Search
OutlookExporter.Schedule Property
See Also
 





Gets the Schedule associated with the exporter.

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

An instance of the Schedule class providing the schedule data to be exported to Outlook.

 See Also