MindFusion.Wpf Pack Programmer's Guide
OutlookImporter.ItemType Property
See Also
 





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.

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

 Syntax

C#  Copy Code

public Type ItemType { get; set; }

Visual Basic  Copy Code

Public Property ItemType As Type

 Property Value

A .NET Type object.

 Remarks

You usually need to set this property when you are using custom items and would want the items created by the importer class to be of your custom type instead of Appointment. The specified type should derive, directly or indirectly, from Item and should provide a parameterless constructor.

 See Also

OutlookImporter Members
OutlookImporter Class
MindFusion.Scheduling.Outlook Namespace