MindFusion WinForms 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.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.

 See Also

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