MeetingRequestTypeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MeetingRequestTypeType enumeration describes the types of meeting requests.
public enum class MeetingRequestTypeType
public enum MeetingRequestTypeType
Public Enum MeetingRequestTypeType
- Inheritance
-
MeetingRequestTypeType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the meeting request type is not defined. |
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. |
Outdated | 4 | Identifies the meeting request as outdated. |
SilentUpdate | 5 | Identifies the meeting request as a silent update to an existing meeting. |
PrincipalWantsCopy | 6 | Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate. |
Remarks
This enumeration is used by the MeetingRequestType property of the MeetingRequestMessageType object.