This documentation is archived and is not being maintained.
MeetingRequestTypeType Enumeration
EWS Managed API
The MeetingRequestTypeType enumeration describes the types of meeting requests.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Assembly: EWS (in ews.dll)
[SerializableAttribute] [GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types")] public enum MeetingRequestTypeType
/** @attribute SerializableAttribute() */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types") */
public enum MeetingRequestTypeType
SerializableAttribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") XmlTypeAttribute(Namespace="http://schemas.microsoft.com/exchange/services/2006/types") public enum MeetingRequestTypeType
| Member name | Description |
|---|---|
| FullUpdate | Identifies the meeting request as a full update to an existing request. A full update has updated time and informational content. |
| InformationalUpdate | Identifies the meeting request as only containing updated informational content. |
| NewMeetingRequest | Identifies the meeting request as a new meeting request. |
| None | Indicates that the meeting request type is not defined. |
| Outdated | Identifies the meeting request as outdated. |
| PrincipalWantsCopy | Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and has their copies marked as informational. |
| SilentUpdate | Identifies the meeting request as a silent update to an existing meeting. |
This enumeration is used by the MeetingRequestType property of the MeetingRequestMessageType object.
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
Show: