OlResponseStatus Enum

Definition

Indicates the response to a meeting request.

public enum class OlResponseStatus
public enum OlResponseStatus
Public Enum OlResponseStatus
Inheritance
OlResponseStatus

Fields

olResponseAccepted 3

Meeting accepted.

olResponseDeclined 4

Meeting declined.

olResponseNone 0

The appointment is a simple appointment and does not require a response.

olResponseNotResponded 5

Recipient has not responded.

olResponseOrganized 1

The AppointmentItem is on the Organizer's calendar or the recipient is the Organizer of the meeting.

olResponseTentative 2

Meeting tentatively accepted.

Remarks

Used by the MeetingResponseStatus and ResponseStatus properties.

Applies to