SendMailAction Fields |
The SendMailAction type exposes the following members.
Name | Description | |
---|---|---|
Bcc | Specifies 'Bcc' recipients from the active directory. | |
Body | Specifies the body of the mail. | |
Cc | Specifies 'Cc' recipients from the active directory. | |
ErrorHandler | Specifies an error handling method in case an exception occures during the execution of the action. (Inherited from BaseAction.) | |
From | Specifies a custom from address. The farm default will be used if left empty. | |
IsHtml | If enabled, the mail is encoded as HTML mail. | |
ReplyTo | Specifies a custom reply-to address. The farm default will be used if left empty. | |
Role | Specifies a role for the recipients. All users in this role will be added if they have an e-mail address. | |
Subject | Specifies the subject of the mail. | |
To | Specifies recipients from the active directory. |