Share via


OrgPersonPresentationObject.RecipientTypeDetails property

Gets the details of the recipient type.

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

Syntax

'Declaration
Public ReadOnly Property RecipientTypeDetails As RecipientTypeDetails
    Get
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As RecipientTypeDetails

value = instance.RecipientTypeDetails
public RecipientTypeDetails RecipientTypeDetails { get; }

Property value

Type: Microsoft.Exchange.Data.Directory.Recipient.RecipientTypeDetails
One of the enumeration values that indicates the details of the recipient type.

Remarks

The recipient types are divided into recipient types and subtypes. Each recipient type contains all common properties for all subtypes. For example, the type UserMailbox represents a user account in Active Directory with an associated mailbox. Because there are several mailbox types, each mailbox type is identified by the RecipientTypeDetails enumeration.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace