Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.33 KB

updatedelegateresponse.md

File metadata and controls

78 lines (54 loc) · 2.33 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
UpdateDelegateResponse
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
UpdateDelegateResponse
schema
cd336add-fbcc-4f61-9867-d4c08a60e142
The UpdateDelegateResponse element contains the status and result of an UpdateDelegate operation request.

UpdateDelegateResponse

The UpdateDelegateResponse element contains the status and result of an UpdateDelegate operation request.

<UpdateDelegateResponseMessage>
   <ResponseMessages/>
   <MessageText/>
   <ResponseCode/>
   <DescriptiveLinkKey/>
   <MessageXml/>
</UpdateDelegateResponseMessage>

UpdateDelegateResponseMessageType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
ResponseMessages (ArrayOfDelegateUserResponseMessageType)
Contains the response messages for an Exchange Web Services delegate management request.
MessageText
Provides a text description of the status of the response.
ResponseCode
Provides an error code that identifies the specific error that the request encountered.
DescriptiveLinkKey
Currently unused and is reserved for future use. It contains a value of 0.
MessageXml
Provides additional error response information.

Parent elements

None.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2010 that has the Client Access server role installed.

Element information

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

See also

UpdateDelegate operation