Share via


SmtpNotificationEndpoint Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an endpoint for sending notifications using the Simple Mail Transfer Protocol (SMTP). This endpoint allows you to send notifications to email addresses.

The following tables list the members exposed by the SmtpNotificationEndpoint type.

Public Constructors

  Name Description
  SmtpNotificationEndpoint Overloaded.  

Top

Public Properties

  Name Description
public property Description  Gets or sets the description of this notification endpoint. (inherited from NotificationEndpoint)
public property DisplayName  Gets or sets a descriptive name for the endpoint. (inherited from NotificationEndpoint)
public property Id  (inherited from CreatableMonitoringBaseWithId)
public property ManagementGroup  The connection management group connection used by this object. (inherited from NotificationEndpoint)
public property ManagementGroupId  (inherited from MonitoringBase)
public property MaxPrimaryRecipientsPerMail The maximum number of primary recipients to whom a notification can be sent.
public property Name  Gets or sets the name of the endpoint. (inherited from NotificationEndpoint)
public property PrimaryServer The Simple Mail Transfer Protocol (SMTP) server that relays notifications to recipients.
public property PrimaryServerSwitchBackIntervalSeconds The number of seconds to attempt delivery to the primary SMTP server before switching to a secondary server.
public property RecipientProtocol  Gets or sets the name of the protocol used to send notifications to this endpoint. (inherited from NotificationEndpoint)
public property SecondaryServers The SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overridden. (inherited from Object)
public method GetHashCode  Overridden. (inherited from Object)
public method GetType  (inherited from Object)
public method Reconnect  Overridden. Reconnects to the specified management group after the object has been disconnected. (inherited from MonitoringBase)
public method ToString  Overridden. (inherited from Object)
public method Update  Updates the operational database with the modified property values. (inherited from NotificationEndpoint)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

SmtpNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
GetNotificationEndpoint
GetNotificationEndpoint
GetNotificationEndpoints