This documentation is archived and is not being maintained.
MeetingResponseType enumeration
Specifies constants that define the type of response given to a meeting request.
Namespace:
Microsoft.Exchange.WebServices.DataAssembly:
Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public Enumeration MeetingResponseType
'Usage
Dim instance As MeetingResponseType
| Member name | Description |
|---|
| Unknown | An unknown response. |
| Organizer | No response; the authenticated user is the organizer of the meeting. |
| Tentative | A tentatively accept response. |
| Accept | An accept response. |
| Decline | A decline response. |
| NoResponseReceived | No response has been received. |