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





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

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

 Syntax

C#  Copy Code

public event EventHandler<ContactConfirmEventArgs> ContactExporting

Visual Basic  Copy Code

Public Event ContactExporting As EventHandler(Of ContactConfirmEventArgs)

 Event Data

ContactExporting event handlers receive an argument of type ContactConfirmEventArgs.

 Remarks

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

 See Also

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