Specifies the meeting attendee type for a recipient of a meeting request.
| C# | Visual Basic |
public enum RecipientType
Public Enumeration RecipientType
| Member | Description |
|---|---|
| Unknown |
The recipient meeting attendee type is unknown.
|
| Required |
The recipient is a Required meeting attendee.
|
| Optional |
The recipient is an Optional meeting attendee.
|
| Resource |
The recipient is not a meeting attendee, but is a Resource (for example, a conference room).
|