OlResponseStatus Enumeration
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).