RecipientType Enumeration
The RecipientType enumeration specifies types of recipients.
Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration RecipientType
'Usage
Dim instance As RecipientType
public enum RecipientType
Members
| Member name | Description | |
|---|---|---|
| User | The recipient is a user. | |
| PublicFolder | The recipient is a public folder. | |
| Contact | The recipient is a contact. | |
| DistributionList | The recipient is a distribution list. | |
| DynamicDistributionList | The recipient is a dynamic distribution list. | |
| ConferenceRoom | ||
| Equipment | ||
| Unknown | The recipient is of an unknown type. |