Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.37 KB

getappmanifestsresponsemessage.md

File metadata and controls

80 lines (58 loc) · 2.37 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
GetAppManifestsResponseMessage
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
815908f1-4223-42d8-92dc-f8bdfc6b5df8
The GetAppManifestsResponseMessage element specifies the response message for a GetAppManifests request.

GetAppManifestsResponseMessage

The GetAppManifestsResponseMessage element specifies the response message for a GetAppManifests request.

<GetAppManifestsResponseMessage ResponseClass=" Success | Warning | Error ">
    <MessageText/>
    <ResponseCode/>
    <DescriptiveLinkKey/>
    <MessageXml/>
</GetAppManifestsResponseMessage>

ResponseMessageType

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
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 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

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

See also