GetDelegateResponseMessageType Class
The GetDelegateResponseMessageType class contains the status and results of a call to the GetDelegate Operation. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Inheritance Hierarchy
System.Object
ExchangeWebServices.ResponseMessageType
ExchangeWebServices.BaseDelegateResponseMessageType
ExchangeWebServices.GetDelegateResponseMessageType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GetDelegateResponseMessageType _
Inherits BaseDelegateResponseMessageType
'Usage
Dim instance As GetDelegateResponseMessageType
[SerializableAttribute]
public class GetDelegateResponseMessageType : BaseDelegateResponseMessageType
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