BaseRequestType Class
The BaseRequestType class is the base class for derived classes that represent Web service requests.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(CreateManagedFolderRequestType))> _
<XmlIncludeAttribute(GetType(FindFolderType))> _
<XmlIncludeAttribute(GetType(CreateFolderType))> _
<XmlIncludeAttribute(GetType(UpdateFolderType))> _
<XmlIncludeAttribute(GetType(BaseMoveCopyFolderType))> _
<XmlIncludeAttribute(GetType(UpdateItemType))> _
<XmlIncludeAttribute(GetType(BaseDelegateType))> _
<XmlIncludeAttribute(GetType(UpdateDelegateType))> _
<XmlIncludeAttribute(GetType(RemoveDelegateType))> _
<XmlIncludeAttribute(GetType(AddDelegateType))> _
<XmlIncludeAttribute(GetType(GetItemType))> _
<XmlIncludeAttribute(GetType(ConvertIdType))> _
<XmlIncludeAttribute(GetType(SetUserOofSettingsRequest))> _
<XmlIncludeAttribute(GetType(GetUserOofSettingsRequest))> _
<XmlIncludeAttribute(GetType(GetUserAvailabilityRequestType))> _
<XmlIncludeAttribute(GetType(SyncFolderItemsType))> _
<XmlIncludeAttribute(GetType(SyncFolderHierarchyType))> _
<XmlIncludeAttribute(GetType(GetEventsType))> _
<XmlIncludeAttribute(GetType(UnsubscribeType))> _
<XmlIncludeAttribute(GetType(CopyFolderType))> _
<XmlIncludeAttribute(GetType(ExpandDLType))> _
<XmlIncludeAttribute(GetType(ResolveNamesType))> _
<XmlIncludeAttribute(GetType(GetAttachmentType))> _
<XmlIncludeAttribute(GetType(DeleteAttachmentType))> _
<XmlIncludeAttribute(GetType(CreateAttachmentType))> _
<XmlIncludeAttribute(GetType(FindItemType))> _
<XmlIncludeAttribute(GetType(SendItemType))> _
<XmlIncludeAttribute(GetType(BaseMoveCopyItemType))> _
<XmlIncludeAttribute(GetType(CopyItemType))> _
<XmlIncludeAttribute(GetType(MoveItemType))> _
<XmlIncludeAttribute(GetType(DeleteItemType))> _
<XmlIncludeAttribute(GetType(CreateItemType))> _
<XmlIncludeAttribute(GetType(GetDelegateType))> _
<DesignerCategoryAttribute("code")> _
<XmlIncludeAttribute(GetType(MoveFolderType))> _
<XmlIncludeAttribute(GetType(DeleteFolderType))> _
<XmlIncludeAttribute(GetType(SubscribeType))> _
<XmlIncludeAttribute(GetType(GetFolderType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/messages")> _
Public MustInherit Class BaseRequestType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(CreateManagedFolderRequestType))]
[XmlIncludeAttribute(typeof(FindFolderType))]
[XmlIncludeAttribute(typeof(CreateFolderType))]
[XmlIncludeAttribute(typeof(UpdateFolderType))]
[XmlIncludeAttribute(typeof(BaseMoveCopyFolderType))]
[XmlIncludeAttribute(typeof(UpdateItemType))]
[XmlIncludeAttribute(typeof(BaseDelegateType))]
[XmlIncludeAttribute(typeof(UpdateDelegateType))]
[XmlIncludeAttribute(typeof(RemoveDelegateType))]
[XmlIncludeAttribute(typeof(AddDelegateType))]
[XmlIncludeAttribute(typeof(GetItemType))]
[XmlIncludeAttribute(typeof(ConvertIdType))]
[XmlIncludeAttribute(typeof(SetUserOofSettingsRequest))]
[XmlIncludeAttribute(typeof(GetUserOofSettingsRequest))]
[XmlIncludeAttribute(typeof(GetUserAvailabilityRequestType))]
[XmlIncludeAttribute(typeof(SyncFolderItemsType))]
[XmlIncludeAttribute(typeof(SyncFolderHierarchyType))]
[XmlIncludeAttribute(typeof(GetEventsType))]
[XmlIncludeAttribute(typeof(UnsubscribeType))]
[XmlIncludeAttribute(typeof(CopyFolderType))]
[XmlIncludeAttribute(typeof(ExpandDLType))]
[XmlIncludeAttribute(typeof(ResolveNamesType))]
[XmlIncludeAttribute(typeof(GetAttachmentType))]
[XmlIncludeAttribute(typeof(DeleteAttachmentType))]
[XmlIncludeAttribute(typeof(CreateAttachmentType))]
[XmlIncludeAttribute(typeof(FindItemType))]
[XmlIncludeAttribute(typeof(SendItemType))]
[XmlIncludeAttribute(typeof(BaseMoveCopyItemType))]
[XmlIncludeAttribute(typeof(CopyItemType))]
[XmlIncludeAttribute(typeof(MoveItemType))]
[XmlIncludeAttribute(typeof(DeleteItemType))]
[XmlIncludeAttribute(typeof(CreateItemType))]
[XmlIncludeAttribute(typeof(GetDelegateType))]
[DesignerCategoryAttribute("code")]
[XmlIncludeAttribute(typeof(MoveFolderType))]
[XmlIncludeAttribute(typeof(DeleteFolderType))]
[XmlIncludeAttribute(typeof(SubscribeType))]
[XmlIncludeAttribute(typeof(GetFolderType))]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")]
public abstract class BaseRequestType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(CreateManagedFolderRequestType))]
[XmlIncludeAttribute(typeof(FindFolderType))]
[XmlIncludeAttribute(typeof(CreateFolderType))]
[XmlIncludeAttribute(typeof(UpdateFolderType))]
[XmlIncludeAttribute(typeof(BaseMoveCopyFolderType))]
[XmlIncludeAttribute(typeof(UpdateItemType))]
[XmlIncludeAttribute(typeof(BaseDelegateType))]
[XmlIncludeAttribute(typeof(UpdateDelegateType))]
[XmlIncludeAttribute(typeof(RemoveDelegateType))]
[XmlIncludeAttribute(typeof(AddDelegateType))]
[XmlIncludeAttribute(typeof(GetItemType))]
[XmlIncludeAttribute(typeof(ConvertIdType))]
[XmlIncludeAttribute(typeof(SetUserOofSettingsRequest))]
[XmlIncludeAttribute(typeof(GetUserOofSettingsRequest))]
[XmlIncludeAttribute(typeof(GetUserAvailabilityRequestType))]
[XmlIncludeAttribute(typeof(SyncFolderItemsType))]
[XmlIncludeAttribute(typeof(SyncFolderHierarchyType))]
[XmlIncludeAttribute(typeof(GetEventsType))]
[XmlIncludeAttribute(typeof(UnsubscribeType))]
[XmlIncludeAttribute(typeof(CopyFolderType))]
[XmlIncludeAttribute(typeof(ExpandDLType))]
[XmlIncludeAttribute(typeof(ResolveNamesType))]
[XmlIncludeAttribute(typeof(GetAttachmentType))]
[XmlIncludeAttribute(typeof(DeleteAttachmentType))]
[XmlIncludeAttribute(typeof(CreateAttachmentType))]
[XmlIncludeAttribute(typeof(FindItemType))]
[XmlIncludeAttribute(typeof(SendItemType))]
[XmlIncludeAttribute(typeof(BaseMoveCopyItemType))]
[XmlIncludeAttribute(typeof(CopyItemType))]
[XmlIncludeAttribute(typeof(MoveItemType))]
[XmlIncludeAttribute(typeof(DeleteItemType))]
[XmlIncludeAttribute(typeof(CreateItemType))]
[XmlIncludeAttribute(typeof(GetDelegateType))]
[DesignerCategoryAttribute(L"code")]
[XmlIncludeAttribute(typeof(MoveFolderType))]
[XmlIncludeAttribute(typeof(DeleteFolderType))]
[XmlIncludeAttribute(typeof(SubscribeType))]
[XmlIncludeAttribute(typeof(GetFolderType))]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/messages")]
public ref class BaseRequestType abstract
/** @attribute SerializableAttribute() */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateManagedFolderRequestType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.FindFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.BaseMoveCopyFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.BaseDelegateType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UpdateDelegateType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.RemoveDelegateType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.AddDelegateType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ConvertIdType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SetUserOofSettingsRequest) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetUserOofSettingsRequest) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetUserAvailabilityRequestType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SyncFolderItemsType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SyncFolderHierarchyType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetEventsType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.UnsubscribeType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CopyFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ExpandDLType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ResolveNamesType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetAttachmentType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteAttachmentType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateAttachmentType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.FindItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SendItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.BaseMoveCopyItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CopyItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.MoveItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.CreateItemType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetDelegateType) */
/** @attribute DesignerCategoryAttribute("code") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.MoveFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.DeleteFolderType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.SubscribeType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.GetFolderType) */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages") */
public abstract class BaseRequestType
SerializableAttribute
XmlIncludeAttribute(ExchangeWebServices.CreateManagedFolderRequestType)
XmlIncludeAttribute(ExchangeWebServices.FindFolderType)
XmlIncludeAttribute(ExchangeWebServices.CreateFolderType)
XmlIncludeAttribute(ExchangeWebServices.UpdateFolderType)
XmlIncludeAttribute(ExchangeWebServices.BaseMoveCopyFolderType)
XmlIncludeAttribute(ExchangeWebServices.UpdateItemType)
XmlIncludeAttribute(ExchangeWebServices.BaseDelegateType)
XmlIncludeAttribute(ExchangeWebServices.UpdateDelegateType)
XmlIncludeAttribute(ExchangeWebServices.RemoveDelegateType)
XmlIncludeAttribute(ExchangeWebServices.AddDelegateType)
XmlIncludeAttribute(ExchangeWebServices.GetItemType)
XmlIncludeAttribute(ExchangeWebServices.ConvertIdType)
XmlIncludeAttribute(ExchangeWebServices.SetUserOofSettingsRequest)
XmlIncludeAttribute(ExchangeWebServices.GetUserOofSettingsRequest)
XmlIncludeAttribute(ExchangeWebServices.GetUserAvailabilityRequestType)
XmlIncludeAttribute(ExchangeWebServices.SyncFolderItemsType)
XmlIncludeAttribute(ExchangeWebServices.SyncFolderHierarchyType)
XmlIncludeAttribute(ExchangeWebServices.GetEventsType)
XmlIncludeAttribute(ExchangeWebServices.UnsubscribeType)
XmlIncludeAttribute(ExchangeWebServices.CopyFolderType)
XmlIncludeAttribute(ExchangeWebServices.ExpandDLType)
XmlIncludeAttribute(ExchangeWebServices.ResolveNamesType)
XmlIncludeAttribute(ExchangeWebServices.GetAttachmentType)
XmlIncludeAttribute(ExchangeWebServices.DeleteAttachmentType)
XmlIncludeAttribute(ExchangeWebServices.CreateAttachmentType)
XmlIncludeAttribute(ExchangeWebServices.FindItemType)
XmlIncludeAttribute(ExchangeWebServices.SendItemType)
XmlIncludeAttribute(ExchangeWebServices.BaseMoveCopyItemType)
XmlIncludeAttribute(ExchangeWebServices.CopyItemType)
XmlIncludeAttribute(ExchangeWebServices.MoveItemType)
XmlIncludeAttribute(ExchangeWebServices.DeleteItemType)
XmlIncludeAttribute(ExchangeWebServices.CreateItemType)
XmlIncludeAttribute(ExchangeWebServices.GetDelegateType)
DesignerCategoryAttribute("code")
XmlIncludeAttribute(ExchangeWebServices.MoveFolderType)
XmlIncludeAttribute(ExchangeWebServices.DeleteFolderType)
XmlIncludeAttribute(ExchangeWebServices.SubscribeType)
XmlIncludeAttribute(ExchangeWebServices.GetFolderType)
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
DebuggerStepThroughAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/messages")
public abstract class BaseRequestType
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseRequestType
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)