Enum MeetingRequestType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the type of a meeting request.
public enum MeetingRequestType
Fields
FullUpdate = 1
The meeting request is an update to the original meeting.
InformationalUpdate = 2
The meeting request is an information update.
NewMeetingRequest = 3
The meeting request is for a new meeting.
None = 0
Undefined meeting request type.
Outdated = 4
The meeting request is outdated.
PrincipalWantsCopy = 6
The meeting update was forwarded to a delegate, and this copy is informational.
SilentUpdate = 5
The meeting update is a silent update to an existing meeting.