ResponseTypeType Enum

Definition

The ResponseTypeType enumeration represents the types of recipient responses that are received for a meeting.

public enum class ResponseTypeType
public enum ResponseTypeType
Public Enum ResponseTypeType
Inheritance
ResponseTypeType

Fields

Accept 3

Indicates that the recipient accepted the meeting.

Decline 4

Indicates that the recipient declined the meeting.

NoResponseReceived 5

Indicates that the recipient has not yet responded to the meeting request.

Organizer 1

Indicates that the recipient is the meeting organizer.

Tentative 2

Indicates that the recipient has tentatively accepted the meeting.

Unknown 0

Indicates that the recipient's response to the meeting is unknown.

Remarks

The following table lists the properties that use this enumeration.

Properties that use the ResponseTypeType enumeration

ResponseType AttendeeType
MyResponseType CalendarItemType
ResponseType MeetingMessageType
MyResponseType MeetingRequestMessageType

Applies to