Search
OutlookExporter.OnContactExporting Method
See Also
 





Raises the ContactExporting event.

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

 Syntax

C#  Copy Code

protected virtual void OnContactExporting (
    ContactConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnContactExporting ( _
    e As ContactConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also