MessageText

The MessageText element provides a text description of the status of the response.

<MessageText/>

string

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.
InvalidRecipient
Represents an invalid recipient for a GetSharingMetadata request.
FindConversationResponse
Contains the status and results of a FindConversation response.
EmptyFolderResponseMessage
Contains the status and result of a single EmptyFolder request.
UpdateInboxRulesResponse
Contains a response to an UpdateInboxRules 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. This element is included when error messages are returned.

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

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also