ADUser.CatchAllRecipientBL property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property CatchAllRecipientBL As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As ADUser
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.CatchAllRecipientBL
public MultiValuedProperty<ADObjectId> CatchAllRecipientBL { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>