OlResponseStatus enumeration (Outlook)
Indicates the response to a meeting request.
Name | Value | Description |
---|---|---|
olResponseAccepted | 3 | Meeting accepted. |
olResponseDeclined | 4 | Meeting declined. |
olResponseNone | 0 | The appointment is a simple appointment and does not require a response. |
olResponseNotResponded | 5 | Recipient has not responded. |
olResponseOrganized | 1 | The AppointmentItem is on the Organizer's calendar or the recipient is the Organizer of the meeting. |
olResponseTentative | 2 | Meeting tentatively accepted. |
Remarks
Used by Recipient.MeetingResponseStatus property (Outlook) and AppointmentItem.ResponseStatus property (Outlook).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.