IMonitoringNotificationManagement.InsertNotificationRecipient(NotificationRecipient) Method

Definition

Inserts the notification recipient.

public:
 void InsertNotificationRecipient(Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^ notificationRecipient);
public void InsertNotificationRecipient (Microsoft.EnterpriseManagement.Administration.NotificationRecipient notificationRecipient);
abstract member InsertNotificationRecipient : Microsoft.EnterpriseManagement.Administration.NotificationRecipient -> unit
Public Sub InsertNotificationRecipient (notificationRecipient As NotificationRecipient)

Parameters

notificationRecipient
NotificationRecipient

Notification recipient.

Exceptions

notificationRecipient or its schedule is null

notificationRecipient devices is empty

Recipient is already inserted.

Applies to