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