ActiveSyncOrganizationSettings.AdminMailRecipients property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property AdminMailRecipients As MultiValuedProperty(Of SmtpAddress)
Get
Set
'Usage
Dim instance As ActiveSyncOrganizationSettings
Dim value As MultiValuedProperty(Of SmtpAddress)
value = instance.AdminMailRecipients
instance.AdminMailRecipients = value
public MultiValuedProperty<SmtpAddress> AdminMailRecipients { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpAddress>
See also
Reference
ActiveSyncOrganizationSettings class
ActiveSyncOrganizationSettings members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace