Share via


IEmailNotificationConfiguration.StatusNotificationRecipients Property

 

Applies To: Windows Server Update Services

Gets the e-mail addresses of those to whom status notification should be sent.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

MailAddressCollection StatusNotificationRecipients { get; }
property MailAddressCollection^ StatusNotificationRecipients {
    MailAddressCollection^ get();
}
abstract StatusNotificationRecipients : MailAddressCollection with get
ReadOnly Property StatusNotificationRecipients As MailAddressCollection

Property Value

Type: System.Net.Mail.MailAddressCollection

The-mail addresses of those to whom status notification should be sent.

Remarks

The string should not be longer than 2560 characters and each address should be not be longer than 256 characters.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top