Share via


AddressBookBase.IncludedRecipients Property

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

Syntax

'Declaration
Public Property IncludedRecipients As Nullable(Of WellKnownRecipientType)
    Get
    Friend Set
'Usage
Dim instance As AddressBookBase
Dim value As Nullable(Of WellKnownRecipientType)

value = instance.IncludedRecipients
public Nullable<WellKnownRecipientType> IncludedRecipients { get; internal set; }

Property Value

Type: System.Nullable<WellKnownRecipientType>