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.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseItemIdType
ExchangeWebServices.ItemIdType
ExchangeWebServices.OccurrenceItemIdType
ExchangeWebServices.RecurringMasterItemIdType
ExchangeWebServices.RequestAttachmentIdType
ExchangeWebServices.RootItemIdType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class BaseItemIdType
'Usage
Dim instance As BaseItemIdType
[SerializableAttribute]
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.