RootItemIdType Class
The RootItemIdType class identifies the root item of a deleted attachment.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseItemIdType
ExchangeWebServices.RootItemIdType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RootItemIdType _
Inherits BaseItemIdType
'Usage
Dim instance As RootItemIdType
[SerializableAttribute]
public class RootItemIdType : BaseItemIdType
Remarks
The RootItemIdType class is only used in DeleteAttachment responses. This identifies the root item identifier, and more important, the new change key to the parent item.
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.
See Also