Share via


MailEnabledRecipient.HiddenFromAddressListsEnabled Property

Gets or sets a value that indicates whether to hide the recipient from any Exchange address list.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property HiddenFromAddressListsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean

value = instance.HiddenFromAddressListsEnabled

instance.HiddenFromAddressListsEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool HiddenFromAddressListsEnabled { get; set; }

Property Value

Type: System.Boolean
true if the recipient is hidden from any Exchange address list; otherwise, false.