Logon

The Logon method logs on to Schedule+.

Applies To

Application object

Syntax

objApplication.Logon ProfileName, ProfilePassword, ShowDialog, ParentWindow

Parameters

ProfileName
Optional. Specifies a name for the profile.
ProfilePassword
Optional. Specifies a password for the profile.
ShowDialog
Optional. Sets a flag that determines whether the user interface should be shown.
ParentWindow
Optional. Specifies the hwnd handle of the parent window.

Remarks

If Schedule+ is group-enabled, the Logon method also logs on to MAPI using the values passed in ProfileName and ProfilePassword. In any case, calling this method initializes Schedule+ so that the user’s schedule is available.

See Also

LoggedOn
Logoff