MindFusion.Wpf Pack Programmer's Guide
OutlookImporter.ContactImporting Event
See Also
 





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

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

 Syntax

C#  Copy Code

public event EventHandler<ContactConfirmEventArgs> ContactImporting

Visual Basic  Copy Code

Public Event ContactImporting As EventHandler(Of ContactConfirmEventArgs)

 Event Data

ContactImporting event handlers receive an argument of type ContactConfirmEventArgs.

 Remarks

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

 See Also

OutlookImporter Members
OutlookImporter Class
MindFusion.Scheduling.Outlook Namespace
ItemImporting Event
TaskImporting Event