Click or drag to resize
Task Scheduler Managed Class Library

EmailAction Properties

The EmailAction type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets 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 propertyBcc
Gets or sets the e-mail address or addresses that you want to Bcc in the e-mail.
Public propertyBody
Gets or sets the body of the e-mail that contains the e-mail message.
Public propertyCc
Gets or sets the e-mail address or addresses that you want to Cc in the e-mail.
Public propertyFrom
Gets or sets the e-mail address that you want to send the e-mail from.
Public propertyHeaderFields
Gets or sets the header information in the e-mail message to send.
Public propertyId
Gets or sets the identifier of the action.
(Inherited from Action.)
Public propertyPriority
Gets or sets the priority of the e-mail message.
Public propertyReplyTo
Gets or sets the e-mail address that you want to reply to.
Public propertyServer
Gets or sets the name of the server that you use to send e-mail from.
Public propertySubject
Gets or sets the subject of the e-mail.
Public propertyTo
Gets or sets the e-mail address or addresses that you want to send the e-mail to.
Top
See Also