BaseItemIdType Class

The BaseItemIdType class represents the base class for IDs that represent items in a mailbox. This is an abstract class and therefore will not occur in an instance document.

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(RecurringMasterItemIdType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlIncludeAttribute(GetType(OccurrenceItemIdType))> _
<XmlIncludeAttribute(GetType(ItemIdType))> _
<XmlIncludeAttribute(GetType(RootItemIdType))> _
<XmlIncludeAttribute(GetType(RequestAttachmentIdType))> _
<XmlIncludeAttribute(GetType(AttachmentIdType))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public MustInherit Class BaseItemIdType
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(RecurringMasterItemIdType))] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlIncludeAttribute(typeof(OccurrenceItemIdType))] 
[XmlIncludeAttribute(typeof(ItemIdType))] 
[XmlIncludeAttribute(typeof(RootItemIdType))] 
[XmlIncludeAttribute(typeof(RequestAttachmentIdType))] 
[XmlIncludeAttribute(typeof(AttachmentIdType))] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
public abstract class BaseItemIdType
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(RecurringMasterItemIdType))] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlIncludeAttribute(typeof(OccurrenceItemIdType))] 
[XmlIncludeAttribute(typeof(ItemIdType))] 
[XmlIncludeAttribute(typeof(RootItemIdType))] 
[XmlIncludeAttribute(typeof(RequestAttachmentIdType))] 
[XmlIncludeAttribute(typeof(AttachmentIdType))] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute(L"code")] 
public ref class BaseItemIdType abstract
/** @attribute SerializableAttribute() */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.RecurringMasterItemIdType) */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.OccurrenceItemIdType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ItemIdType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.RootItemIdType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.RequestAttachmentIdType) */ 
/** @attribute XmlIncludeAttribute(ExchangeWebServices.AttachmentIdType) */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
/** @attribute DebuggerStepThroughAttribute() */ 
/** @attribute DesignerCategoryAttribute("code") */ 
public abstract class BaseItemIdType
SerializableAttribute 
XmlIncludeAttribute(ExchangeWebServices.RecurringMasterItemIdType) 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlIncludeAttribute(ExchangeWebServices.OccurrenceItemIdType) 
XmlIncludeAttribute(ExchangeWebServices.ItemIdType) 
XmlIncludeAttribute(ExchangeWebServices.RootItemIdType) 
XmlIncludeAttribute(ExchangeWebServices.RequestAttachmentIdType) 
XmlIncludeAttribute(ExchangeWebServices.AttachmentIdType) 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
DebuggerStepThroughAttribute 
DesignerCategoryAttribute("code") 
public abstract class BaseItemIdType

Remarks

This element is an abstract base type for item identifiers. This element is not used in Web service calls.

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)