EmailReceiver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET