Represents an endpoint for sending notifications using the Simple Mail Transport Protocol (SMTP). This endpoint allows you to send notifications to e-mail addresses.
The following tables list the members exposed by the SmtpNotificationEndpoint type.
Public Constructors
Name | Description | |
---|---|---|
SmtpNotificationEndpoint | Initializes the SmtpNotificationEndpoint with the endpoint's name, transport protocol, and primary server. |
Public Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of this notification endpoint. (inherited from NotificationEndpoint) | |
DisplayName | Gets or sets a descriptive name for the endpoint. (inherited from NotificationEndpoint) | |
Id | Gets the globally unique identifier (GUID) for the CreatableMonitoringBaseWithId object. (inherited from CreatableMonitoringBaseWithId) | |
ManagementGroup | Gets the Management Group that the object is in. (inherited from MonitoringBase) | |
ManagementGroupId | Gets the globally unique identifier (GUID) for the Management Group that the object is in. (inherited from MonitoringBase) | |
MaxPrimaryRecipientsPerMail | The maximum number of primary recipients to whom a notification can be sent. | |
Name | Gets or sets the name of the endpoint. (inherited from NotificationEndpoint) | |
PrimaryServer | The Simple Mail Transport Protocol (SMTP) server that relays notifications to recipients. | |
PrimaryServerSwitchBackIntervalSeconds | The number of seconds to attempt delivery to the primary SMTP server before switching to a secondary server. | |
RecipientProtocol | Gets or sets the name of the protocol used to send notifications to this endpoint. (inherited from NotificationEndpoint) | |
SecondaryServers | The SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from CreatableMonitoringBaseWithId) | |
GetHashCode | Gets the hash code for the CreatableMonitoringBaseWithId object. (inherited from CreatableMonitoringBaseWithId) | |
GetType | (inherited from Object) | |
Reconnect | (inherited from MonitoringBase) | |
ReferenceEquals | (inherited from Object) | |
ToString | Returns the relevant display string for the object. (inherited from MonitoringBase) | |
Update | Updates the operational database with the modified property values. (inherited from NotificationEndpoint) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.