Mail.Logon

Syntax:

Logon(<Profile>, <Password>)

Parameters:

<Profile> (optional)

Type: String.
User profile for connection. If the empty string is specified, the default user profile is used.
Default value: Empty string.

<Password> (optional)

Type: String.
User password (if required to connect to the server).
Default value: Empty string.

Description:

Connects to the mail service to send/receive mail.

Availability:

Thin client, thick client.

Example:

Mail.Logon();

    

1C:Enterprise Developer's Community