BaseDelegateType Class
The BaseDelegateType class is the base class for derived classes that represent a request that is related to delegate management.
Inheritance Hierarchy
System.Object
  ExchangeWebServices.BaseRequestType
    ExchangeWebServices.BaseDelegateType
      ExchangeWebServices.AddDelegateType
      ExchangeWebServices.GetDelegateType
      ExchangeWebServices.RemoveDelegateType
      ExchangeWebServices.UpdateDelegateType
Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class BaseDelegateType _
    Inherits BaseRequestType
'Usage
Dim instance As BaseDelegateType
[SerializableAttribute]
public abstract class BaseDelegateType : BaseRequestType
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.