MeetingRequestTypeType Enumeration

The MeetingRequestTypeType enumeration describes the types of meeting requests.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration MeetingRequestTypeType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum MeetingRequestTypeType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class MeetingRequestTypeType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum MeetingRequestTypeType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum MeetingRequestTypeType

Members

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.

Remarks

This enumeration is used by the MeetingRequestType property of the MeetingRequestMessageType object.

Platforms

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)

See Also