List of Email methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 18: | Line 18: | ||
<tr><td valign="top">[[New (Email constructor)|New]]</td><td valign="top">Create a new email object</td></tr> | <tr><td valign="top">[[New (Email constructor)|New]]</td><td valign="top">Create a new email object</td></tr> | ||
<tr><td valign="top">[[Port (Email property)|Port]]</td><td valign="top">TCP port number of the SMTP server</td></tr> | <tr><td valign="top">[[Port (Email property)|Port]]</td><td valign="top">TCP port number of the SMTP server</td></tr> | ||
<tr><td valign="top">[[RemoveRecipient (Email function)|RemoveRecipient]]</td><td valign="top">Remove a mail recipient</td></tr> | |||
<tr><td valign="top">[[Sender (Email subroutine)|Sender]]</td><td valign="top">Mail sender email address</td></tr> | <tr><td valign="top">[[Sender (Email subroutine)|Sender]]</td><td valign="top">Mail sender email address</td></tr> | ||
<tr><td valign="top">[[SetBody (Email subroutine)|SetBody]]</td><td valign="top">Add body content to the message</td></tr> | <tr><td valign="top">[[SetBody (Email subroutine)|SetBody]]</td><td valign="top">Add body content to the message</td></tr> |
Latest revision as of 21:57, 19 July 2012
The following are the available Email class methods.
Method | Description |
---|---|
AddBCC | Add a BCCd mail recipient |
AddCC | Add a CCd mail recipient |
AddHeader | Add an SMTP request header |
AddPart | Add one or more attachments |
AddRecipient | Add a mail recipient |
Domain | Domain name of host |
GetReplyCode | Retrieve the last numeric reply code |
GetReplyText | Retrieve the last response |
Host | The host name of the SMTP server |
Send the mail message | |
New | Create a new email object |
Port | TCP port number of the SMTP server |
RemoveRecipient | Remove a mail recipient |
Sender | Mail sender email address |
SetBody | Add body content to the message |