Search
OutlookExporter.ItemExporting Event
See Also
 





Fired for each item to confirm that the item should be exported.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemExporting

Visual Basic  Copy Code

Public Event ItemExporting As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemExporting event handlers receive an argument of type ItemConfirmEventArgs.

 See Also