List of Email methods

From m204wiki
Jump to navigation Jump to search

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
RemoveRecipientRemove a mail recipient
SenderMail sender email address
SetBodyAdd body content to the message

See also