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.
Specifies constants that define the type of a meeting attendee.
public enum class MeetingAttendeeType
public enum MeetingAttendeeType
Public Enum MeetingAttendeeType
- Inheritance
-
MeetingAttendeeType
Fields
Name | Value | Description |
---|---|---|
Organizer | 0 | The organizer of the meeting. |
Required | 1 | A required attendee. |
Optional | 2 | An optional attendee. |
Room | 3 | A room. |
Resource | 4 | A resource. |