EmailReceiver Class

Definition

An email receiver.

public class EmailReceiver
type EmailReceiver = class
Public Class EmailReceiver
Inheritance
EmailReceiver

Constructors

EmailReceiver()

Initializes a new instance of the EmailReceiver class.

EmailReceiver(String, String, Nullable<Boolean>, Nullable<ReceiverStatus>)

Initializes a new instance of the EmailReceiver class.

Properties

EmailAddress

Gets or sets the email address of this receiver.

Name

Gets or sets the name of the email receiver. Names must be unique across all receivers within an action group.

Status

Gets the receiver status of the e-mail. Possible values include: 'NotSpecified', 'Enabled', 'Disabled'

UseCommonAlertSchema

Gets or sets indicates whether to use common alert schema.

Methods

Validate()

Validate the object.

Applies to