Search
OutlookImporter.Schedule Property
See Also
 





Gets or sets the Schedule, associated with the importer.

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

 Syntax

C#  Copy Code

public Schedule Schedule { get; set; }

Visual Basic  Copy Code

Public Property Schedule As Schedule

 Property Value

A Schedule object where the data from Outlook is imported.

 See Also