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)
 
(2 intermediate revisions by the same user not shown)
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>
Line 32: Line 33:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 21:57, 19 July 2012

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