Methods' Summary |
addRecipient |
Add an recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
|
addCcRecipient |
Add an Cc recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
|
addBccRecipient |
Add an Bcc recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
|
getRecipients |
Return a sequence of the e-mail addresses of all recipients of
this mail message.
|
getCcRecipients |
Return a sequence of the e-mail addresses of all the Cc recipients
of this mail message.
|
getBccRecipients |
Return a sequence of the e-mail addresses of all the Bcc recipients
of this mail message.
|
addAttachment |
Add a file attachment to a mail message.
param aMailAttachment
[in] specifies a file which should be attached to this mail message.
|
getAttachments |
Return a sequence of MailAttachment's that will
be attached to this mail message.
|
Methods' Details |
addRecipient
void |
addRecipient( |
[in] string |
sRecipientAddress ); |
- Description
- Add an recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
- Parameter sRecipientAddress
- [in] the e-mail address of the recipient.
|
|
addCcRecipient
void |
addCcRecipient( |
[in] string |
sRecipientAddress ); |
- Description
- Add an Cc recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
- Parameter sRecipientAddress
- [in] the e-mail address of the Cc recipient.
|
|
addBccRecipient
void |
addBccRecipient( |
[in] string |
sRecipientAddress ); |
- Description
- Add an Bcc recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to RFC 822
sending the mail message will fail.
- Parameter sRecipientAddress
- [in] the e-mail address of the Bcc recipient.
|
|
getRecipients
sequence< string > |
getRecipients(); |
- Description
- Return a sequence of the e-mail addresses of all recipients of
this mail message.
|
|
getCcRecipients
sequence< string > |
getCcRecipients(); |
- Description
- Return a sequence of the e-mail addresses of all the Cc recipients
of this mail message.
|
|
getBccRecipients
sequence< string > |
getBccRecipients(); |
- Description
- Return a sequence of the e-mail addresses of all the Bcc recipients
of this mail message.
|
|
addAttachment
- Description
- Add a file attachment to a mail message.
param aMailAttachment
[in] specifies a file which should be attached to this mail message.
|
|
getAttachments
- Description
- Return a sequence of MailAttachment's that will
be attached to this mail message.
|
|
Copyright © 2010 Sun Microsystems, Inc.