AsyncOperationNotification.NotificationEmails property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property NotificationEmails As MultiValuedProperty(Of ADRecipientOrAddress)
Get
Friend Set
'Usage
Dim instance As AsyncOperationNotification
Dim value As MultiValuedProperty(Of ADRecipientOrAddress)
value = instance.NotificationEmails
public MultiValuedProperty<ADRecipientOrAddress> NotificationEmails { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADRecipientOrAddress>
See also
Reference
AsyncOperationNotification class