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)
'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; }
Type: System.Boolean
true if the recipient is hidden from any Exchange address list; otherwise, false.