Search
OutlookExporter Constructor (Schedule)
See Also
 





Initializes a new instance of the OutlookExporter class with the specified Schedule object.

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

 Syntax

C#  Copy Code

public OutlookExporter (
    Schedule schedule
)

Visual Basic  Copy Code

Public Sub OutlookExporter ( _
    schedule As Schedule _
)

 Parameters

schedule

A Schedule object to supply the data to export.

 See Also