Table of Contents

Interface IDmsSchedulerEmailActionBuilder

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Builder for creating or modifying scheduler mail actions.

public interface IDmsSchedulerEmailActionBuilder : IDmsSchedulerActionBuilder<IDmsSchedulerEmailAction, IDmsSchedulerEmailActionBuilder>
Inherited Members
Extension Methods

Methods

AddBccAddress(string)

Adds a "BCC" address.

AddCcAddress(string)

Adds a "CC" address.

AddToAddress(string)

Adds a "To" address.

RemoveBccAddress(string)

Removes a "BCC" address.

RemoveCcAddress(string)

Removes a "CC" address.

RemoveToAddress(string)

Removes a "To" address.

WithBccAddresses(IEnumerable<string>)

Sets all "BCC" addresses.

WithCcAddresses(IEnumerable<string>)

Sets all "CC" addresses.

WithMessage(string)

Sets the email message.

WithPlainText(bool)

Sets whether the message is plain text.

WithSubject(string)

Sets the email subject.

WithToAddresses(IEnumerable<string>)

Sets all "To" addresses.