Share via


SmsNotificationEndpoint Class

Definition

An Sms notification endpoint for notification subscriptions

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

Remarks

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

Constructors

SmsNotificationEndpoint(String, String)

Creates a new CustomSmsNotificationEndpoint.

Properties

Description

The description of the endpoint.

(Inherited from NotificationEndpoint)
DeviceEnumerationIntervalSeconds

The device enumeration interval, in seconds. If this is set, all available devices will be used and primary and secondary device lists are ignored.

DisplayName

The display name of the endpoint.

(Inherited from NotificationEndpoint)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from NotificationEndpoint)
Name

The name of the endpoint.

(Inherited from NotificationEndpoint)
PrimaryDevice

The primary sms device.

PrimaryDeviceSwitchBackIntervalSeconds

The primary device switchback interval.

RecipientProtocol

The recipient protocol.

(Inherited from NotificationEndpoint)
SecondaryDevices

Secondary smtp servers.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from NotificationEndpoint)
Update()

Updates the notification endpoint.

(Inherited from NotificationEndpoint)

Applies to