MindFusion.Wpf Pack Programmer's Guide
OutlookImporter Members
Constructors Properties Methods Events
 


Provides methods for importing items, contacts and tasks from Microsoft® Outlook®.

The following tables list the members exposed by the OutlookImporter type.

 Public Constructors

  Name Description

OutlookImporter

Overloaded. Initializes a new instance of the OutlookImporter class.

 Public Properties

  Name Description

ItemType

Gets or sets the type of the items that will be created by the importer. The default value, null (Nothing in Visual Basic), indicates items of type Appointment.

Schedule

Gets or sets the schedule, associated with the importer.

 Public Methods

  Name Description

ImportContacts

Imports all contacts from Outlook® to the associated schedule.

ImportItems

Overloaded. Imports all events from Outlook® to the associated schedule.

ImportTasks

Overloaded. Imports all tasks from Outlook® to the associated schedule.

 Protected Methods

  Name Description

OnContactImporting

Raises the ContactImporting event.

OnItemImporting

Raises the ItemImporting event.

OnTaskImporting

Raises the TaskImporting event.

 Public Events

  Name Description

ContactImporting

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

ItemImporting

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

TaskImporting

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

 See Also

OutlookImporter Class
MindFusion.Scheduling.Outlook Namespace