A structure holding email message information.
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Constructors
| Constructor | Action | Jaxer Server Framework | Jaxer Client Framework | ||
|---|---|---|---|---|---|
|
Jaxer.SMTP.MailMessage Constructor() : Jaxer.SMTP.MailMessage
A structure holding email message information
|
Show Details | 1.0 | no | ||
Jaxer.SMTP.MailMessage() : Jaxer.SMTP.MailMessageA structure holding email message information Returns
|
|||||
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||
|---|---|---|---|---|---|---|
|
addRecipient(String recipient) :
void
Adds a recipient to the message
|
Show Details | 1.0 | no | |||
|
Parameters
|
||||||
|
setBody(String body) :
void
Sets the body (contents) of the message
|
Show Details | 1.0 | no | |||
|
Parameters
|
||||||
|
setDate(Object date) :
void
Sets the timestamp on the message
|
Show Details | 1.0 | no | |||
|
Parameters
|
||||||
|
setFrom(String from) :
void
Sets the "From" address on the message
|
Show Details | 1.0 | no | |||
|
Parameters
|
||||||
|
setSubject(String subject) :
void
Sets the "Subject" of the message
|
Show Details | 1.0 | no | |||
|
Parameters
|
||||||
