AppendToItemFieldType Class

Definition

The AppendToItemFieldType class identifies data to append to a single property of an item during an UpdateItem operation.

public ref class AppendToItemFieldType : ExchangeWebServices::ItemChangeDescriptionType
public class AppendToItemFieldType : ExchangeWebServices.ItemChangeDescriptionType
Public Class AppendToItemFieldType
Inherits ItemChangeDescriptionType
Inheritance

Remarks

Only certain properties support append operations. An attempt to append to a property that does not support appending will result in an error.

For update operations, only one property can be modified within a single request. That single property must be referenced in the PathItem element in the derived classes can then only hold a single property that is in agreement with the single Path element.

Constructors

AppendToItemFieldType()

The AppendToItemFieldType constructor initializes a new instance of the AppendToItemFieldType class.

Properties

Item

The Item property gets or sets the property to update.

(Inherited from ChangeDescriptionType)
Item1

The Item1 property gets or sets an item in the Exchange store.

Applies to