List of Email methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 32: | Line 32: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:System class lists]] |
Revision as of 19:16, 1 November 2011
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 |
Sender | Mail sender email address |
SetBody | Add body content to the message |