MessageXml

Last modified: September 30, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

The MessageXml element provides additional error response information.

ResponseMessage
  MessageXml

<MessageXml/>

xs:any

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

Element

Description

ResponseMessage

Provides descriptive information about the response status.

The following are some of the possible XPath expressions to this element:

  • /GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/ResponseMessage

  • /GetUserAvailabilityResponse/SuggestionsResponse/ResponseMessage

  • /SetUserOofSettingsResponse/ResponseMessage

  • /GetUserOofSettingsResponse/ResponseMessage

DeleteItemResponseMessage

Contains the status and result of a single DeleteItem request.

SendItemResponseMessage

Contains the status and result of a single SendItem request.

DeleteFolderResponseMessage

Contains the status and result of a single DeleteFolder request.

DeleteAttachmentResponseMessage

Contains the status and result of a single DeleteAttachment request.

UnsubscribeResponseMessage

Contains the status and result of a single Unsubscribe request.

CreateFolderResponseMessage

Contains the status and result of a single CreateFolder request.

GetFolderResponseMessage

Contains the status and result of a single GetFolder request.

UpdateFolderResponseMessage

Contains the status and result of a single UpdateFolder request.

MoveFolderResponseMessage

Contains the status and result of a single MoveFolder request.

CopyFolderResponseMessage

Contains the status and result of a single CopyFolder request.

CreateManagedFolderResponseMessage

Contains the status and result of a single CreateManagedFolder request.

FindFolderResponseMessage

Contains the status and result of a single FindFolder request.

CreateItemResponseMessage

Contains the status and result of a single CreateItem request.

GetItemResponseMessage

Contains the status and result of a single GetItem request.

UpdateItemResponseMessage

Contains the status and result of a single UpdateItem request.

MoveItemResponseMessage

Contains the status and result of a single MoveItem request.

CopyItemResponseMessage

Contains the status and result of a single CopyItem request.

CreateAttachmentResponseMessage

Contains the status and result of a single CreateAttachment request.

GetAttachmentResponseMessage

Contains the status and result of a single GetAttachment request.

FindItemResponseMessage

Contains the status and result of a single FindItem request.

ResolveNamesResponseMessage

Contains the status and result of a ResolveNames request.

ExpandDLResponseMessage

Contains the status and result of a single ExpandDL request.

SubscribeResponseMessage

Contains the status and result of a single Subscribe request.

GetEventsResponseMessage

Contains the status and result of a single GetEvents request.

SendNotificationResponseMessage

Contains the status and result of a single SendNotification request.

SyncFolderHierarchyResponseMessage

Contains the status and result of a SyncFolderHierarchy request.

SyncFolderItemsResponseMessage

Contains the status and result of a SyncFolderItems request.

ConvertIdResponseMessage

Contains the status and result of a ConvertId request.

AddDelegateResponse

Contains the status and result of an AddDelegate request.

GetServerTimeZonesResponseMessage

Contains the status and result of a GetServerTimeZones request.

GetSharingFolderResponseMessage

Contains the status and result of a GetSharingFolder request.

GetSharingFolderResponse

Defines a response to a GetSharingFolder request.

GetSharingMetadataResponseMessage

Contains the status and result of a GetSharingMetadata request.

GetSharingMetadataResponse

Defines a response to a GetSharingMetadata request.

RefreshSharingFolderResponseMessage

Contains the status and result of a RefreshSharingFolder request.

RefreshSharingFolderResponse

Defines a response to a RefreshSharingFolder request.

FindConversationResponse

Contains the status and results of a FindConversation response.

EmptyFolderResponseMessage

Contains the status and result of an EmptyFolder request.

UpdateInboxRulesResponse

Contains a status and result of an UpdateInboxRules request.

UploadItemsResponseMessage

Contains a status and result of an UploadItemsResponse request.

GetInboxRulesResponse

Contains a response to a GetInboxRules request.

GetServiceConfigurationResponse

Contains a response to a GetServiceConfiguration request.

ServiceConfigurationResponseMessageType

Contains service configuration settings.

Remarks

This element is not required and is not included in all responses. It is included for error messages. In requests that involve folders or items, the MessageXML element will contain one or more elements that contain the URIs to the properties that caused the error. An example of this is the FieldURI element.

The MessageXML element is of type xs:any, which means that any well-formed XML is valid content for the this element.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/messages

Schema Name

Messages schema

Validation File

Messages.xsd

Can be Empty

False

See Also

Other Resources