Share via


SmtpNotificationEndpoint Class

Definition

An Smtp notification endpoint for notification subscriptions

public ref class SmtpNotificationEndpoint : Microsoft::EnterpriseManagement::Administration::NotificationEndpoint
[System.Serializable]
public class SmtpNotificationEndpoint : Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
type SmtpNotificationEndpoint = class
    inherit NotificationEndpoint
Public Class SmtpNotificationEndpoint
Inherits NotificationEndpoint
Inheritance
Attributes

Remarks

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.

Constructors

SmtpNotificationEndpoint(String, String, SmtpServer)

Creates a new SmtpNotificationEndpoint.

Properties

Description

The description of the endpoint.

(Inherited from NotificationEndpoint)
DisplayName

The display name of the endpoint.

(Inherited from NotificationEndpoint)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from NotificationEndpoint)
MaxPrimaryRecipientsPerMail

The maximum number of primary recipients per mail.

Name

The name of the endpoint.

(Inherited from NotificationEndpoint)
PrimaryServer

The primary smtp server.

PrimaryServerSwitchBackIntervalSeconds

The primary server switchback interval.

RecipientProtocol

The recipient protocol.

(Inherited from NotificationEndpoint)
SecondaryServers

Secondary smtp servers.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from NotificationEndpoint)
Update()

Updates the notification endpoint.

(Inherited from NotificationEndpoint)

Applies to

See also