Search
ContactConfirmEventArgs.Contact Property
See Also
 





Gets the contact related to the event.

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook

 Syntax

C#  Copy Code

public Contact Contact { get; }

Visual Basic  Copy Code

Public ReadOnly Property Contact As Contact

 Property Value

An instance of the Contact class for which the event is raised.

 See Also