MeetingAttendeeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MeetingAttendeeType enumeration identifies the types of attendees that are identified in the MailboxDataArray property of the GetUserAvailabilityRequestType.
public enum class MeetingAttendeeType
public enum MeetingAttendeeType
Public Enum MeetingAttendeeType
- Inheritance
-
MeetingAttendeeType
Fields
Name | Value | Description |
---|---|---|
Organizer | 0 | Identifies the mailbox user and attendee who created the calendar item. |
Required | 1 | Identifies a mailbox user who is a required attendee to the meeting. |
Optional | 2 | Identifies a mailbox user who is an optional attendee to the meeting. |
Room | 3 | Identifies a mailbox entity that represents a room resource that is used for the meeting. |
Resource | 4 | Identifies a resource such as a TV or projector that is scheduled for use in the meeting. |
Remarks
This enumeration is used by the AttendeeType property of the MailboxData object.