Share via


IEmailNotificationConfiguration.SyncNotificationRecipients Property

 

Applies To: Windows Server Update Services

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

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

Syntax

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

Property Value

Type: System.Net.Mail.MailAddressCollection

The e-mail addresses of those to whom notification of new updates 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