OlResponseStatus 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.
Indicates the response to a meeting request.
public enum class OlResponseStatus
public enum OlResponseStatus
Public Enum OlResponseStatus
- Inheritance
-
OlResponseStatus
Fields
Name | Value | Description |
---|---|---|
olResponseNone | 0 | The appointment is a simple appointment and does not require a response. |
olResponseOrganized | 1 | The AppointmentItem is on the Organizer's calendar or the recipient is the Organizer of the meeting. |
olResponseTentative | 2 | Meeting tentatively accepted. |
olResponseAccepted | 3 | Meeting accepted. |
olResponseDeclined | 4 | Meeting declined. |
olResponseNotResponded | 5 | Recipient has not responded. |
Remarks
Used by the MeetingResponseStatus and ResponseStatus properties.