ReducedRecipient.EmailAddressPolicyEnabled Property

Gets a value that indicates whether the email address policy for the recipient is enabled.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property EmailAddressPolicyEnabled As Boolean
    Get
'Usage
Dim instance As ReducedRecipient
Dim value As Boolean

value = instance.EmailAddressPolicyEnabled
public bool EmailAddressPolicyEnabled { get; }

Property Value

Type: System.Boolean
true if the email address policy for the recipient is enabled; otherwise, false.