InternetMail
Properties:
DelimeterChar
Methods:
CombinePartial
CreateMailbox
DeleteMailbox
DeleteMessages
Get
GetHeaders
GetMailboxes
GetMailboxesBySubscription
GetMessageCount
GetUIDL
Logoff
Logon
RenameMailbox
Send
SubscribeToMailbox
UndeleteMessages
UnsubscribeFromMailbox
Constructors:
Description:
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:
Example:
Mail = New InternetMail; |
See also:
InternetMailMessage, property UID
InternetMailMessage, property Partial
InternetMail, method GetHeaders
InternetMail, method Logoff
InternetMail, method GetUIDL
InternetMail, method Get