MailEnabledRecipient.EmailAddressPolicyEnabled property
Gets or sets a value that indicates whether applying email address policy is enabled.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
'Declaration
Public Property EmailAddressPolicyEnabled As Boolean
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean
value = instance.EmailAddressPolicyEnabled
instance.EmailAddressPolicyEnabled = value
public bool EmailAddressPolicyEnabled { get; set; }
Type: System.Boolean
true if applying email address policy is enabled, otherwise, false.