List of Email methods: Difference between revisions

From m204wiki
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.

MethodDescription
AddBCCAdd a BCCd mail recipient
AddCCAdd a CCd mail recipient
AddHeaderAdd an SMTP request header
AddPartAdd one or more attachments
AddRecipientAdd a mail recipient
DomainDomain name of host
GetReplyCodeRetrieve the last numeric reply code
GetReplyTextRetrieve the last response
HostThe host name of the SMTP server
MailSend the mail message
NewCreate a new email object
PortTCP port number of the SMTP server
SenderMail sender email address
SetBodyAdd body content to the message

See also