OlMeetingResponse 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 OlMeetingResponse
'Usage
Dim instance As OlMeetingResponse
public enum OlMeetingResponse
Members
Member name | Description | |
---|---|---|
olMeetingTentative | The meeting was tentatively accepted. | |
olMeetingAccepted | The meeting was accepted. | |
olMeetingDeclined | The meeting was declined. |
Remarks
See MeetingItem.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace