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


Provides methods for exporting items, contacts and tasks to Microsoft® Outlook®.

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

 Public Constructors

  Name Description

OutlookExporter

Overloaded. Initializes a new instance of the OutlookExporter class.

 Public Properties

  Name Description

Schedule

Gets the schedule, associated with the exporter.

 Public Methods

  Name Description

ExportContacts

Exports all contacts from associated schedule to Outlook®.

ExportItems

Exports all events from the associated schedule to Outlook®.

ExportTasks

Exports all tasks from the associated schedule to Outlook®.

 Protected Methods

  Name Description

OnContactExporting

Raises the ContactExporting event.

OnItemExporting

Raises the ItemExporting event.

OnTaskExporting

Raises the TaskExporting event.

 Public Events

  Name Description

ContactExporting

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

ItemExporting

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

TaskExporting

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

 See Also

OutlookExporter Class
MindFusion.Scheduling.Outlook Namespace