OrganizationConfig.ExchangeNotificationRecipients property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ExchangeNotificationRecipients As MultiValuedProperty(Of SmtpAddress)
Get
'Usage
Dim instance As OrganizationConfig
Dim value As MultiValuedProperty(Of SmtpAddress)
value = instance.ExchangeNotificationRecipients
public MultiValuedProperty<SmtpAddress> ExchangeNotificationRecipients { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpAddress>