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> _
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.