ResponseMessages (ArrayOfDelegateUserResponseMessageType)
Last modified: August 12, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The ResponseMessages element contains the response messages for an Exchange Web Services delegate management request.
<ResponseMessages>
<DelegateUserResponseMessageType/>
</ResponseMessages>
ArrayOfDelegateUserResponseMessageType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Contains response messages for delegate management operations. |
Parent Elements
Element |
Description |
---|---|
Contains the status and result of an AddDelegate Operation request. |
|
Contains the status and result of a GetDelegate Operation request. |
|
Contains the status and result of an UpdateDelegate Operation request. |
|
Contains the status and result of a RemoveDelegate Operation request. |
Remarks
This element is used in the AddDelegate Operation, the GetDelegate Operation, the UpdateDelegate Operation, and the RemoveDelegate Operation. The delegate management operation responses are structured differently than other responses. The delegate management response messages are strongly typed.
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
Namespace |
https://schemas.microsoft.com/exchange/services/2006/messages |
Schema Name |
Messages schema |
Validation File |
Messages.xsd |
Can be Empty |
False |
See Also