InternetMail.Logoff

Syntax:

Logoff()

Description:

Disconnects from the mail server. After logging off, messages cannot be to send or received from the server.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

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

See also:

InternetMail, method Logon

    

1C:Enterprise Developer's Community