Mail.Logoff

Syntax:

Logoff()

Description:

Disconnects from the mail server. Sending and receiving of messages from the server are not available.

Availability:

Thin client, thick client.

Example:

Mail = New Mail;
Mail.Logon();
Mail.Send(Message);
Mail.Logoff();


    

1C:Enterprise Developer's Community