BaseResponseMessageType Class

The BaseResponseMessageType class represents the base class for response messages.

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(GetEventsResponseType))> _
<XmlIncludeAttribute(GetType(GetFolderResponseType))> _
<XmlIncludeAttribute(GetType(CreateFolderResponseType))> _
<XmlIncludeAttribute(GetType(CreateItemResponseType))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/messages")> _
<XmlIncludeAttribute(GetType(SyncFolderItemsResponseType))> _
<XmlIncludeAttribute(GetType(SyncFolderHierarchyResponseType))> _
<XmlIncludeAttribute(GetType(SendNotificationResponseType))> _
<XmlIncludeAttribute(GetType(UnsubscribeResponseType))> _
<XmlIncludeAttribute(GetType(SubscribeResponseType))> _
<XmlIncludeAttribute(GetType(CreateManagedFolderResponseType))> _
<XmlIncludeAttribute(GetType(ExpandDLResponseType))> _
<XmlIncludeAttribute(GetType(ResolveNamesResponseType))> _
<XmlIncludeAttribute(GetType(FindItemResponseType))> _
<XmlIncludeAttribute(GetType(DeleteItemResponseType))> _
<XmlIncludeAttribute(GetType(CopyItemResponseType))> _
<XmlIncludeAttribute(GetType(MoveItemResponseType))> _
<XmlIncludeAttribute(GetType(GetItemResponseType))> _
<XmlIncludeAttribute(GetType(UpdateItemResponseType))> _
<XmlIncludeAttribute(GetType(ConvertIdResponseType))> _
<XmlIncludeAttribute(GetType(GetAttachmentResponseType))> _
<XmlIncludeAttribute(GetType(DeleteAttachmentResponseType))> _
<XmlIncludeAttribute(GetType(CreateAttachmentResponseType))> _
<XmlIncludeAttribute(GetType(SendItemResponseType))> _
<XmlIncludeAttribute(GetType(CopyFolderResponseType))> _
<XmlIncludeAttribute(GetType(MoveFolderResponseType))> _
<XmlIncludeAttribute(GetType(UpdateFolderResponseType))> _
<XmlIncludeAttribute(GetType(DeleteFolderResponseType))> _
<XmlIncludeAttribute(GetType(FindFolderResponseType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class BaseResponseMessageType
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(GetEventsResponseType))] 
[XmlIncludeAttribute(typeof(GetFolderResponseType))] 
[XmlIncludeAttribute(typeof(CreateFolderResponseType))] 
[XmlIncludeAttribute(typeof(CreateItemResponseType))] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")] 
[XmlIncludeAttribute(typeof(SyncFolderItemsResponseType))] 
[XmlIncludeAttribute(typeof(SyncFolderHierarchyResponseType))] 
[XmlIncludeAttribute(typeof(SendNotificationResponseType))] 
[XmlIncludeAttribute(typeof(UnsubscribeResponseType))] 
[XmlIncludeAttribute(typeof(SubscribeResponseType))] 
[XmlIncludeAttribute(typeof(CreateManagedFolderResponseType))] 
[XmlIncludeAttribute(typeof(ExpandDLResponseType))] 
[XmlIncludeAttribute(typeof(ResolveNamesResponseType))] 
[XmlIncludeAttribute(typeof(FindItemResponseType))] 
[XmlIncludeAttribute(typeof(DeleteItemResponseType))] 
[XmlIncludeAttribute(typeof(CopyItemResponseType))] 
[XmlIncludeAttribute(typeof(MoveItemResponseType))] 
[XmlIncludeAttribute(typeof(GetItemResponseType))] 
[XmlIncludeAttribute(typeof(UpdateItemResponseType))] 
[XmlIncludeAttribute(typeof(ConvertIdResponseType))] 
[XmlIncludeAttribute(typeof(GetAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(DeleteAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(CreateAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(SendItemResponseType))] 
[XmlIncludeAttribute(typeof(CopyFolderResponseType))] 
[XmlIncludeAttribute(typeof(MoveFolderResponseType))] 
[XmlIncludeAttribute(typeof(UpdateFolderResponseType))] 
[XmlIncludeAttribute(typeof(DeleteFolderResponseType))] 
[XmlIncludeAttribute(typeof(FindFolderResponseType))] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
public class BaseResponseMessageType
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(GetEventsResponseType))] 
[XmlIncludeAttribute(typeof(GetFolderResponseType))] 
[XmlIncludeAttribute(typeof(CreateFolderResponseType))] 
[XmlIncludeAttribute(typeof(CreateItemResponseType))] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/messages")] 
[XmlIncludeAttribute(typeof(SyncFolderItemsResponseType))] 
[XmlIncludeAttribute(typeof(SyncFolderHierarchyResponseType))] 
[XmlIncludeAttribute(typeof(SendNotificationResponseType))] 
[XmlIncludeAttribute(typeof(UnsubscribeResponseType))] 
[XmlIncludeAttribute(typeof(SubscribeResponseType))] 
[XmlIncludeAttribute(typeof(CreateManagedFolderResponseType))] 
[XmlIncludeAttribute(typeof(ExpandDLResponseType))] 
[XmlIncludeAttribute(typeof(ResolveNamesResponseType))] 
[XmlIncludeAttribute(typeof(FindItemResponseType))] 
[XmlIncludeAttribute(typeof(DeleteItemResponseType))] 
[XmlIncludeAttribute(typeof(CopyItemResponseType))] 
[XmlIncludeAttribute(typeof(MoveItemResponseType))] 
[XmlIncludeAttribute(typeof(GetItemResponseType))] 
[XmlIncludeAttribute(typeof(UpdateItemResponseType))] 
[XmlIncludeAttribute(typeof(ConvertIdResponseType))] 
[XmlIncludeAttribute(typeof(GetAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(DeleteAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(CreateAttachmentResponseType))] 
[XmlIncludeAttribute(typeof(SendItemResponseType))] 
[XmlIncludeAttribute(typeof(CopyFolderResponseType))] 
[XmlIncludeAttribute(typeof(MoveFolderResponseType))] 
[XmlIncludeAttribute(typeof(UpdateFolderResponseType))] 
[XmlIncludeAttribute(typeof(DeleteFolderResponseType))] 
[XmlIncludeAttribute(typeof(FindFolderResponseType))] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute(L"code")] 
public ref class BaseResponseMessageType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetEventsResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateItemResponseType) */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages") */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SyncFolderItemsResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SyncFolderHierarchyResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SendNotificationResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UnsubscribeResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SubscribeResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateManagedFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ExpandDLResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ResolveNamesResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.FindItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CopyItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.MoveItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ConvertIdResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetAttachmentResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteAttachmentResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateAttachmentResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SendItemResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CopyFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.MoveFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteFolderResponseType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.FindFolderResponseType) */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute DebuggerStepThroughAttribute() */ 
/** @attribute DesignerCategoryAttribute("code") */ 
public class BaseResponseMessageType
SerializableAttribute 
XmlIncludeAttribute(ExchangeWebServices.GetEventsResponseType) 
XmlIncludeAttribute(ExchangeWebServices.GetFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CreateFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CreateItemResponseType) 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages") 
XmlIncludeAttribute(ExchangeWebServices.SyncFolderItemsResponseType) 
XmlIncludeAttribute(ExchangeWebServices.SyncFolderHierarchyResponseType) 
XmlIncludeAttribute(ExchangeWebServices.SendNotificationResponseType) 
XmlIncludeAttribute(ExchangeWebServices.UnsubscribeResponseType) 
XmlIncludeAttribute(ExchangeWebServices.SubscribeResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CreateManagedFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.ExpandDLResponseType) 
XmlIncludeAttribute(ExchangeWebServices.ResolveNamesResponseType) 
XmlIncludeAttribute(ExchangeWebServices.FindItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.DeleteItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CopyItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.MoveItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.GetItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.UpdateItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.ConvertIdResponseType) 
XmlIncludeAttribute(ExchangeWebServices.GetAttachmentResponseType) 
XmlIncludeAttribute(ExchangeWebServices.DeleteAttachmentResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CreateAttachmentResponseType) 
XmlIncludeAttribute(ExchangeWebServices.SendItemResponseType) 
XmlIncludeAttribute(ExchangeWebServices.CopyFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.MoveFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.UpdateFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.DeleteFolderResponseType) 
XmlIncludeAttribute(ExchangeWebServices.FindFolderResponseType) 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
DebuggerStepThroughAttribute 
DesignerCategoryAttribute("code") 
public class BaseResponseMessageType

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseResponseMessageType
     Derived Classes

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)