InternetMail

Properties:

CurrentMailbox
DelimeterChar

Methods:

ClearDeletedMassages
CombinePartial
CreateMailbox
DeleteMailbox
DeleteMessages
Get
GetHeaders
GetMailboxes
GetMailboxesBySubscription
GetMessageCount
GetUIDL
Logoff
Logon
RenameMailbox
Send
SubscribeToMailbox
UndeleteMessages
UnsubscribeFromMailbox

Constructors:

Default

Description:

It accesses mail servers to send and receive messages. Unlike the Mail object that uses MAPI technology and needs the user to have an installed mail client.
The InternetMail uses the more widely-used Internet protocols SMTP, POP3 and IMAP.
It does not require an installed mail client, but will work in parallel if one is already installed.
SSL operations are supported for IMAP, POP3 and SMTP protocols but client/server certificate validation is not available.
Important! If the mail server does not support operation with identifiers, then the MessageID of letters are used as identifiers.

Availability:

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

Example:

Mail = New InternetMail;

See also:

InternetMailMessage, method ProcessTexts
InternetMailMessage, property UID
InternetMailMessage, property Partial
InternetMail, method GetHeaders
InternetMail, method Logoff
InternetMail, method GetUIDL
InternetMail, method Get

    

1C:Enterprise Developer's Community