BaseDelegateResponseMessageType Class
The BaseDelegateResponseMessageType class is the abstract base class of all response messages.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DebuggerStepThroughAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/messages")> _
<XmlIncludeAttribute(GetType(AddDelegateResponseMessageType))> _
<DesignerCategoryAttribute("code")> _
<XmlIncludeAttribute(GetType(RemoveDelegateResponseMessageType))> _
<XmlIncludeAttribute(GetType(UpdateDelegateResponseMessageType))> _
<XmlIncludeAttribute(GetType(GetDelegateResponseMessageType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public MustInherit Class BaseDelegateResponseMessageType
Inherits ResponseMessageType
[SerializableAttribute]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")]
[XmlIncludeAttribute(typeof(AddDelegateResponseMessageType))]
[DesignerCategoryAttribute("code")]
[XmlIncludeAttribute(typeof(RemoveDelegateResponseMessageType))]
[XmlIncludeAttribute(typeof(UpdateDelegateResponseMessageType))]
[XmlIncludeAttribute(typeof(GetDelegateResponseMessageType))]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public abstract class BaseDelegateResponseMessageType : ResponseMessageType
[SerializableAttribute]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/messages")]
[XmlIncludeAttribute(typeof(AddDelegateResponseMessageType))]
[DesignerCategoryAttribute(L"code")]
[XmlIncludeAttribute(typeof(RemoveDelegateResponseMessageType))]
[XmlIncludeAttribute(typeof(UpdateDelegateResponseMessageType))]
[XmlIncludeAttribute(typeof(GetDelegateResponseMessageType))]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
public ref class BaseDelegateResponseMessageType abstract : public ResponseMessageType
/** @attribute SerializableAttribute() */
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.AddDelegateResponseMessageType) */
/** @attribute DesignerCategoryAttribute("code") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.RemoveDelegateResponseMessageType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateDelegateResponseMessageType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetDelegateResponseMessageType) */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
public abstract class BaseDelegateResponseMessageType extends ResponseMessageType
SerializableAttribute
DebuggerStepThroughAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")
XmlIncludeAttribute(ExchangeWebServices.AddDelegateResponseMessageType)
DesignerCategoryAttribute("code")
XmlIncludeAttribute(ExchangeWebServices.RemoveDelegateResponseMessageType)
XmlIncludeAttribute(ExchangeWebServices.UpdateDelegateResponseMessageType)
XmlIncludeAttribute(ExchangeWebServices.GetDelegateResponseMessageType)
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
public abstract class BaseDelegateResponseMessageType extends ResponseMessageType
Inheritance Hierarchy
System.Object
ExchangeWebServices.ResponseMessageType
ExchangeWebServices.BaseDelegateResponseMessageType
ExchangeWebServices.AddDelegateResponseMessageType
ExchangeWebServices.GetDelegateResponseMessageType
ExchangeWebServices.RemoveDelegateResponseMessageType
ExchangeWebServices.UpdateDelegateResponseMessageType
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)