Edit

Share via


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

Name Value Description
Unknown 0

An unknown response.

Organizer 1

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

Tentative 2

A tentatively accept response.

Accept 3

An accept response.

Decline 4

A decline response.

NoResponseReceived 5

No response has been received.

Applies to