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 The associated email address is for a conference room.
Equipment The associated email address is for equipment, such as a projector, assigned to a meeting.
Unknown The recipient is of an unknown type.

See also

Reference

Microsoft.Exchange.Data.Transport namespace