EnvelopeRecipient.RecipientCategory Property
The 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
The RecipientCategory property returns a RecipientCategory object that represents the recipient's categories.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | This exception is thrown when a mail recipient has been deleted. |