| ||||
|
| |||
SendMail methodUses the eRoom Server to send an email message. Syntax
ParametersToA string containing the list of email addresses, separated by commas. CcA string containing the list of email addresses, separated by commas. SubjectThe subject of the mail message. BodyThe body of the mail message. Return value
RemarksIf the logged-in user is the server administrator, the "From" field of the email will be "eRoom". Otherwise, the "From" field in the email is taken from the logged-in users' email address. If the logged-in user has no email address specified, the error EROOM_E_NOUSER is returned. |
Home | |||
|
| |||
SendMail methodUses the eRoom Server to send an email message. Syntax
ParametersToA string containing a list of To email addresses, separated by commas. CcA string containing a list of CC email addresses, separated by commas. BccA string containing a list of BCC email addresses, separated by commas. FromReturn email address for the mail. SubjectThe subject of the mail message. BodyThe body of the mail message. BodyFormatIndicates whether the Body parameter is formatted as HTML or as plain text. For further information, see ERUTextFormat. Return value
RemarksIf the logged-in user is the server administrator, the "From" field of the email will be "eRoom". Otherwise, the "From" field in the email is taken from the logged-in user's email address. If the logged-in user has no email address specified, the error EROOM_E_NOUSER
is returned. |
Home |