Search
OutlookExporter.OnItemExporting Method
See Also
 





Raises the ItemExporting event.

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

 Syntax

C#  Copy Code

protected virtual void OnItemExporting (
    ItemConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemExporting ( _
    e As ItemConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also