ResponseTypeType 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 ResponseTypeType enumeration represents the types of recipient responses that are received for a meeting.
public enum class ResponseTypeType
public enum ResponseTypeType
Public Enum ResponseTypeType
- Inheritance
-
ResponseTypeType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that the recipient's response to the meeting is unknown. |
Organizer | 1 | Indicates that the recipient is the meeting organizer. |
Tentative | 2 | Indicates that the recipient has tentatively accepted the meeting. |
Accept | 3 | Indicates that the recipient accepted the meeting. |
Decline | 4 | Indicates that the recipient declined the meeting. |
NoResponseReceived | 5 | Indicates that the recipient has not yet responded to the meeting request. |
Remarks
The following table lists the properties that use this enumeration.
Properties that use the ResponseTypeType enumeration
ResponseType | AttendeeType |
MyResponseType | CalendarItemType |
ResponseType | MeetingMessageType |
MyResponseType | MeetingRequestMessageType |