Share via


ManagementGroup.DeleteNotificationRecipient(NotificationRecipient) Method

Definition

Caution

Please use Notifications.DeleteNotificationRecipient()

Deletes the recipient.

public:
 void DeleteNotificationRecipient(Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^ notificationRecipient);
[System.Obsolete("Please use Notifications.DeleteNotificationRecipient()")]
public void DeleteNotificationRecipient (Microsoft.EnterpriseManagement.Administration.NotificationRecipient notificationRecipient);
member this.DeleteNotificationRecipient : Microsoft.EnterpriseManagement.Administration.NotificationRecipient -> unit
Public Sub DeleteNotificationRecipient (notificationRecipient As NotificationRecipient)

Parameters

notificationRecipient
NotificationRecipient

The recipient to delete.

Attributes

Exceptions

notificationRecipient is null

Applies to