MindFusion.Wpf Pack Programmer's Guide
OutlookExporter Constructor (Schedule, Object, Object)
See Also
 





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

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

 Syntax

C#  Copy Code

public OutlookExporter (
    Schedule schedule,
    Object profile,
    Object password
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule, _
    profile As Object, _
    password As Object _
)

 Parameters

schedule
A Schedule object to supply the data to export.
profile
Outlook's profile name. Pass null (Nothing in Visual Basic) or empty string for default profile.
password
Profile's password. If no password is required by mentioned profile pass null (Nothing in Visual Basic) or empty string.

 See Also

OutlookExporter Constructor Overload List
OutlookExporter Class
MindFusion.Scheduling.Outlook Namespace