Fired for each contact to confirm that the contact should be exported.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook
C# Copy Code |
---|
public event EventHandler<ContactConfirmEventArgs> ContactExporting |
Visual Basic Copy Code |
---|
Public Event ContactExporting As EventHandler(Of ContactConfirmEventArgs) |
ContactExporting event handlers receive an argument of type ContactConfirmEventArgs.