RootItemIdType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RootItemIdType class identifies the root item of a deleted attachment.
public ref class RootItemIdType : ExchangeWebServices::BaseItemIdType
public class RootItemIdType : ExchangeWebServices.BaseItemIdType
Public Class RootItemIdType
Inherits BaseItemIdType
- Inheritance
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.
Constructors
RootItemIdType() |
The RootItemIdType constructor initializes a new instance of the RootItemIdType class. |
Properties
RootItemChangeKey |
The RootItemChangeKey property gets the new change key of the root item of a deleted attachment. |
RootItemId |
The RootItemId property gets the root item of a deleted attachment. |