Gets the contact related to the event.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.Outlook
SyntaxC#
Copy Code
|
|---|
public Contact Contact { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Contact As Contact |
A reference to the related Contact object.
See Also