|
Sending Mail | Working with E-mail | Error Numbers and Description when Working with E-mail |
Mail can be received in the following way (must be initialized first):
MailOpenInBox
function.MailBoxLoad
function will load/view the mailbox contents and write incoming e-mail to the special database tables. The list of incoming e-mail can be displayed and ordered using common database operations.MailBoxGetMsg
or MailBoxGetMsgEx
functions (if it was not previously loaded using the MailBoxLoad
function).MailBoxLoad
function) can be stored in the database by the MailBoxGetFilInfo
function.MailBoxSaveFileAs
function saves a specified mail attachment to disk. The MailBoxSaveFileDBs
function (or MailBoxSaveFileDBr
) saves the specified file attachment into the database.MailBoxDeleteMsg
function.MailCloseInBox
function.The functions for receiving e-mail that work with system tables (e.g. MailBoxLoad
, MailBoxGetFilInfo
, MailBoxGetMsgEx
, MailBoxGetMsg
, MailBoxSaveFileDBs
, and MailBoxSaveFileDBr
) cause a transaction to auto-commit.
List of topics:
Sending Mail | Working with E-mail | Error Numbers and Description when Working with E-mail |