MailMsg object methods
- Method name
- Description
- AddBcc
- Add the e-mail address of a blind carbon-copy recipient
to the mail message.
- AddCc
- Add the e-mail address of a carbon-copy recipient to the
mail message.
- AddTo
- Add the e-mail address of a primary recipient to the mail
message.
- ClearAll
- Resets the contents of the mail message object.
- Deliver
- Delivers the mail message.
- GetMailNotificationSettings
- Returns the mail notification configuration settings of
the mail message.
- MoreBody
- Appends additional body text to the mail message.
- SetBody
- Sets the body text of the mail message.
- SetFrom
- Sets the return address of the mail message.
- SetMailNotificationSettings
- Sets the mail notification configuration settings for the
mail message.
- SetSubject
- Sets the subject line of the e-mail message.