Specifies whether or not a dialog box is provided for sign-on.
Syntax
object.LogonUI [ = value ]
The LogonUI property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A boolean expression specifying whether a logon dialog box is displayed, as described in Settings. |
Settings
The settings for value are:
Setting | Description |
True | (Default) A dialog box prompts new users for their user name and password (unless a valid messaging session already exists. See the NewSession property for more information). |
False | No dialog box is displayed. |
Remarks
The False setting is useful when you want to begin a mail session without user intervention, and you already have the account name and password for the user. If insufficient or incorrect values are provided, however, an error is generated.
Data Type
Boolean