AddressBookEntry.RecipientType property

When overridden in a derived class, the RecipientType property gets one of the valid RecipientType enumeration values that indicates the type for the recipient.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property RecipientType As RecipientType
    Get
'Usage
Dim instance As AddressBookEntry
Dim value As RecipientType

value = instance.RecipientType
public abstract RecipientType RecipientType { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.RecipientType

See also

Reference

AddressBookEntry class

AddressBookEntry members

Microsoft.Exchange.Data.Transport namespace