OlResponseStatus Enumeration
Indicates the response to a meeting request.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlResponseStatus
'Usage
Dim instance As OlResponseStatus
public enum OlResponseStatus
Members
Member name | Description | |
---|---|---|
olResponseNone | The appointment is a simple appointment and does not require a response. | |
olResponseOrganized | The AppointmentItem is on the Organizer's calendar or the recipient is the Organizer of the meeting. | |
olResponseTentative | Meeting tentatively accepted. | |
olResponseAccepted | Meeting accepted. | |
olResponseDeclined | Meeting declined. | |
olResponseNotResponded | Recipient has not responded. |
Remarks
Used by the Recipient.MeetingResponseStatus and _AppointmentItem.ResponseStatus properties.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace