WinMail API front calls
The WinMail API is based on the front call technique as described in Front End Functions. All WinMail functions are grouped in the WinMail front end function module.
Function name | Description |
---|---|
The Init function initializes the
module. |
|
Important: This feature is deprecated, and may be removed
in a future version.
|
The Close function clears all information
corresponding to a message, and frees the memory occupied by the message. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SetBody function sets the body of the
mail. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SetSubject function sets the subject of the
mail. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The AddTo function adds a "To"
addressee to the mail.
|
Important: This feature is deprecated, and may be removed
in a future version.
|
The AddCC function adds a "CC"
addressee to the mail.
|
Important: This feature is deprecated, and may be removed
in a future version.
|
The AddBCC function adds a "BCC"
addressee to the mail.
|
Important: This feature is deprecated, and may be removed
in a future version.
|
The AddAttachment function adds a file as an
attachment to the mail. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SendMailSMTP function sends the
mail with the SMTP protocol. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SendMailMAPI function sends
the mail with the MAPI protocol. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The GetError function gets a description of the
last error that occurred. |
The following functions are needed when you use SMTP server connections:
Function name | Description |
---|---|
Important: This feature is deprecated, and may be removed
in a future version.
|
The SetSmtp function sets the SMTP server to be
used. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SetFrom function sets sender information.
|