MeetingRequestTypeType Enum

Definition

The MeetingRequestTypeType enumeration describes the types of meeting requests.

public enum class MeetingRequestTypeType
public enum MeetingRequestTypeType
Public Enum MeetingRequestTypeType
Inheritance
MeetingRequestTypeType

Fields

FullUpdate 1

Identifies the meeting request as a full update to an existing request. A full update has updated time and informational content.

InformationalUpdate 2

Identifies the meeting request as only containing updated informational content.

NewMeetingRequest 3

Identifies the meeting request as a new meeting request.

None 0

Indicates that the meeting request type is not defined.

Outdated 4

Identifies the meeting request as outdated.

PrincipalWantsCopy 6

Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate.

SilentUpdate 5

Identifies the meeting request as a silent update to an existing meeting.

Remarks

This enumeration is used by the MeetingRequestType property of the MeetingRequestMessageType object.

Applies to