Table of Contents

Enum MeetingResponseType

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the types of response given to a meeting request.

public enum MeetingResponseType

Fields

Accept = 3

The meeting was accepted.

Decline = 4

The meeting was declined.

NoResponseReceived = 5

No response was received for the meeting.

Organizer = 1

There was no response. The authenticated is the organizer of the meeting.

Tentative = 2

The meeting was tentatively accepted.

Unknown = 0

The response type is inknown.