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





Initializes a new instance of the OutlookImporter class and initializes it with a Schedule object.

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

 Syntax

C#  Copy Code

public OutlookImporter (
    Schedule schedule,
    Object profile,
    Object password,
    string recipient
)

Visual Basic  Copy Code

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

 Parameters

schedule
A Schedule object where the data will be imported.
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.
recipient

The recipient whose shared calendar the importer will work on.

 See Also

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