BaseDelegateResponseMessageType Class

The BaseDelegateResponseMessageType class is the abstract base class of all response messages.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class BaseDelegateResponseMessageType _
    Inherits ResponseMessageType
'Usage
Dim instance As BaseDelegateResponseMessageType
[SerializableAttribute]
public abstract class BaseDelegateResponseMessageType : ResponseMessageType

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.