MeetingResponseType 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 response given to a meeting request.
public enum class MeetingResponseType
public enum MeetingResponseType
Public Enum MeetingResponseType
- Inheritance
-
MeetingResponseType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown response. |
Organizer | 1 | No response; the authenticated user is the organizer of the meeting. |
Tentative | 2 | A tentatively accept response. |
Accept | 3 | An accept response. |
Decline | 4 | A decline response. |
NoResponseReceived | 5 | No response has been received. |