Share via


EnvelopeRecipient.RecipientCategory property

Gets the recipient's category.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RecipientCategory As RecipientCategory
    Get
'Usage
Dim instance As EnvelopeRecipient
Dim value As RecipientCategory

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

Property value

Type: Microsoft.Exchange.Data.Transport.RecipientCategory
An object that represents the recipient's categories.

Exceptions

Exception Condition
ObjectDisposedException

A mail recipient has been deleted.

See also

Reference

EnvelopeRecipient class

EnvelopeRecipient members

Microsoft.Exchange.Data.Transport namespace