ArrayOfResponseMessagesType Class
The ArrayOfResponseMessagesType class contains an array of elements of type ResponseMessageType that represent the response messages for a request.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ArrayOfResponseMessagesType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ArrayOfResponseMessagesType
'Usage
Dim instance As ArrayOfResponseMessagesType
[SerializableAttribute]
public class ArrayOfResponseMessagesType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also