Click or drag to resize
Task Scheduler Managed Class Library

EmailAction Properties

The EmailAction type exposes the following members.

Properties
 NameDescription
Public propertyActionTypeGets the type of the action.
(Inherited from Action)
Public propertyAttachments Gets or sets an array of file paths to be sent as attachments with the e-mail. Each item must be a String value containing a path to file.
Public propertyBccGets or sets the e-mail address or addresses that you want to Bcc in the e-mail.
Public propertyBodyGets or sets the body of the e-mail that contains the e-mail message.
Public propertyCcGets or sets the e-mail address or addresses that you want to Cc in the e-mail.
Public propertyFromGets or sets the e-mail address that you want to send the e-mail from.
Public propertyHeaderFieldsGets or sets the header information in the e-mail message to send.
Public propertyIdGets or sets the identifier of the action.
(Inherited from Action)
Public propertyPriorityGets or sets the priority of the e-mail message.
Public propertyReplyToGets or sets the e-mail address that you want to reply to.
Public propertyServerGets or sets the name of the server that you use to send e-mail from.
Public propertySubjectGets or sets the subject of the e-mail.
Public propertyToGets or sets the e-mail address or addresses that you want to send the e-mail to.
Top
See Also