MigrationBatch.NotificationEmails property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property NotificationEmails As MultiValuedProperty(Of SmtpAddress)
Get
Friend Set
'Usage
Dim instance As MigrationBatch
Dim value As MultiValuedProperty(Of SmtpAddress)
value = instance.NotificationEmails
public MultiValuedProperty<SmtpAddress> NotificationEmails { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpAddress>