SmtpNotificationEndpoint Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

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

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)


[SerializableAttribute]
public ref class SmtpNotificationEndpoint : NotificationEndpoint

NameDescription
System_CAPS_pubmethodSmtpNotificationEndpoint(String^, String^, SmtpServer^)

Initializes the SmtpNotificationEndpoint with the endpoint's name, transport protocol, and primary server.

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of this notification endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubpropertyDisplayName

Gets or sets a descriptive name for the endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubpropertyId
System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.(Inherited from NotificationEndpoint.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMaxPrimaryRecipientsPerMail

The maximum number of primary recipients to whom a notification can be sent.

System_CAPS_pubpropertyName

Gets or sets the name of the endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubpropertyPrimaryServer

The Simple Mail Transfer Protocol (SMTP) server that relays notifications to recipients.

System_CAPS_pubpropertyPrimaryServerSwitchBackIntervalSeconds

The number of seconds to attempt delivery to the primary SMTP server before switching to a secondary server.

System_CAPS_pubpropertyRecipientProtocol

Gets or sets the name of the protocol used to send notifications to this endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubpropertySecondaryServers

The SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationEndpoint.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the operational database with the modified property values.(Inherited from NotificationEndpoint.)

After creating an SMTP notification endpoint, you must insert it into the operational database for use in the Management Group by using the InsertNotificationEndpoint method.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: