MeetingResponseType Enum

Definition

Specifies constants that define the type of response given to a meeting request.

public enum class MeetingResponseType
public enum MeetingResponseType
Public Enum MeetingResponseType
Inheritance
MeetingResponseType

Fields

Accept 3

An accept response.

Decline 4

A decline response.

NoResponseReceived 5

No response has been received.

Organizer 1

No response; the authenticated user is the organizer of the meeting.

Tentative 2

A tentatively accept response.

Unknown 0

An unknown response.

Applies to