MeetingRequestType 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.
Specifies constants that define the type of a meeting request.
public enum class MeetingRequestType
public enum MeetingRequestType
Public Enum MeetingRequestType
- Inheritance
-
MeetingRequestType
Fields
Name | Value | Description |
---|---|---|
None | 0 | The meeting request type is not defined. |
FullUpdate | 1 | An update to the original meeting request. |
InformationalUpdate | 2 | An information update. |
NewMeetingRequest | 3 | A new meeting request. |
Outdated | 4 | An outdated meeting request. |
SilentUpdate | 5 | A silent update to an existing meeting. |
PrincipalWantsCopy | 6 | The meeting request was forwarded to a delegate, and this copy is informational. |