Fired for each contact to confirm that the contact should be exported.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.Outlook
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ContactConfirmEventArgs> ContactExporting |
Visual Basic
Copy Code
|
|---|
Public Event ContactExporting As EventHandler(Of ContactConfirmEventArgs) |
Event DataContactExporting event handlers receive an argument of type ContactConfirmEventArgs.
RemarksYou can use this event to filter out certain contacts during export.
See Also