ReducedRecipient.HiddenFromAddressListsEnabled property
Gets a value that indicates whether the recipient is hidden from address lists.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property HiddenFromAddressListsEnabled As Boolean
Get
'Usage
Dim instance As ReducedRecipient
Dim value As Boolean
value = instance.HiddenFromAddressListsEnabled
public bool HiddenFromAddressListsEnabled { get; }
Property value
Type: System.Boolean
true if the recipient is hidden from address lists; otherwise, false.