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