ResponseMessageTypeMessageXml.Any Property
The Any property gets additional error information.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Any As XmlElement()
Get
Set
'Usage
Dim instance As ResponseMessageTypeMessageXml
Dim value As XmlElement()
value = instance.Any
instance.Any = value
public XmlElement[] Any { get; set; }
Property Value
Type: []
The Any property returns an array of XmlElement objects.
Remarks
This property is optional and is not included in all responses. It is included for error messages. In responses 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.
See Also