Table of Contents

Class EmailOptions

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents the email options.

public class EmailOptions : NotificationOptions
Inheritance
EmailOptions
Extension Methods

Constructors

EmailOptions()

Initializes a new instance of the EmailOptions class.

EmailOptions(string, string, string)

Initializes a new instance of the EmailOptions class.

Properties

BCC

Gets or sets the blank carbon copy (BCC) recipients.

CC

Gets or sets the carbon copy (CC) recipients.

FROM

Gets or sets the sender. Not used. The sender is always the default "From" email address configured by the administrator).

Message

Gets or set the message.

SendAsPlainText

Gets or sets a value indicating whether the email should be sent as plain text.

TO

Gets or sets the recipients.

Title

Gets or sets the title.