RootItemIdType Class

Definition

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
RootItemIdType

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.

Applies to