Enum MeetingAttendeeType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the type of a meeting attendee.
public enum MeetingAttendeeType
Fields
Optional = 2The attendee is optional.
Organizer = 0The attendee is the organizer of the meeting.
Required = 1The attendee is required.
Resource = 4The attendee is a resource.
Room = 3The attendee is a room.