Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetConversationItemsResponseMessage element specifies the response message for a GetConversationItems request.
<GetConversationItemsResponseMessage ResponseClass="Success | Warning | Error">
<Conversation/>
<MessageText/>
<ResponseCode/>
<DescriptiveLinkKey/>
<MessageXml/>
</GetConversationItemsResponseMessage>
GetConversationItemsResponseMessageType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
ResponseClass |
Indicates the class of the response. |
ResponseClass
Value | Description |
---|---|
Success |
Indicates success. |
Warning |
Indicates a warning. |
Error |
Indicates an error. |
Child elements
Element | Description |
---|---|
Conversation (ConversationResponseType) |
Represents a single conversation returned in a GetConversationItems response. |
DescriptiveLinkKey |
Currently unused and reserved for future use. |
MessageText |
Provides a text description of the status of the response. |
MessageXml |
Provides additional error response information. |
ResponseCode |
Provides status information about the request. |
Parent elements
Element | Description |
---|---|
ResponseMessages |
Contains the response messages for an Exchange Web Services (EWS) request. |
Remarks
This element was introduced in Exchange Server 2013.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
Element information
Element | Example |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/messages |
Schema Name |
Message schema |
Validation File |
messages.xsd |
Can Be Empty |