MindFusion.Wpf Pack Programmer's Guide
OutlookExporter.ItemExporting Event
See Also
 





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

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.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.

 Remarks

You can use this event to filter out certain items during export.

 See Also

OutlookExporter Members
OutlookExporter Class
MindFusion.Scheduling.Outlook Namespace
ContactExporting Event
TaskExporting Event