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
Public Property HiddenFromAddressListsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean

value = instance.HiddenFromAddressListsEnabled

instance.HiddenFromAddressListsEnabled = value
public bool HiddenFromAddressListsEnabled { get; set; }

Property value

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

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace