Organization.ExchangeNotificationRecipients Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ValidateCountAttribute(, )> _
<ParameterAttribute(Mandatory := False)> _
Public Property ExchangeNotificationRecipients As MultiValuedProperty(Of SmtpAddress)
    Get
    Set
'Usage
Dim instance As Organization
Dim value As MultiValuedProperty(Of SmtpAddress)

value = instance.ExchangeNotificationRecipients

instance.ExchangeNotificationRecipients = value
[ValidateCountAttribute(, )]
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<SmtpAddress> ExchangeNotificationRecipients { get; set; }