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





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

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

 Syntax

C#  Copy Code

public event EventHandler<TaskConfirmEventArgs> TaskImporting

Visual Basic  Copy Code

Public Event TaskImporting As EventHandler(Of TaskConfirmEventArgs)

 Event Data

TaskImporting event handlers receive an argument of type TaskConfirmEventArgs.

 Remarks

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

 See Also

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