Click or drag to resize

SendMailAction Fields

The SendMailAction type exposes the following members.

Fields
  NameDescription
Public fieldBcc
Specifies 'Bcc' recipients from the active directory.
Public fieldBody
Specifies the body of the mail.
Public fieldCc
Specifies 'Cc' recipients from the active directory.
Public fieldErrorHandler
Specifies an error handling method in case an exception occures during the execution of the action.
(Inherited from BaseAction.)
Public fieldFrom
Specifies a custom from address. The farm default will be used if left empty.
Public fieldIsHtml
If enabled, the mail is encoded as HTML mail.
Public fieldReplyTo
Specifies a custom reply-to address. The farm default will be used if left empty.
Public fieldRole
Specifies a role for the recipients. All users in this role will be added if they have an e-mail address.
Public fieldSubject
Specifies the subject of the mail.
Public fieldTo
Specifies recipients from the active directory.
Top
See Also