Share via


UpdateItemType Members

Include Protected Members
Include Inherited Members

The UpdateItemType class represents a request to update a set of items.

The UpdateItemType type exposes the following members.

Constructors

  Name Description
Public method UpdateItemType The UpdateItemType constructor initializes a new instance of the UpdateItemType class.

Top

Properties

  Name Description
Public property ConflictResolution The ConflictResolution property gets or sets an enumeration value that represents the type of conflict resolution that is performed during an update. This property is required. This is a read/write property.
Public property ItemChanges The ItemChanges property gets or sets an array of item changes. This property is required. This is a read/write property.
Public property MessageDisposition The MessageDisposition property gets or sets an enumeration value that describes how a message item is handled after it is updated. This property is required for message items, including meeting messages such as meeting cancellations, meeting requests, and meeting responses. This is a read/write property.
Public property MessageDispositionSpecified The MessageDispositionSpecified property gets or sets a Boolean value that specifies whether the MessageDisposition property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the MessageDisposition property is set. This is a read/write property.
Public property SavedItemFolderId The SavedItemFolderId property gets or sets the target folder for saved items. This property is set with either a FolderIdType or DistinguishedFolderIdType object. This property is optional. This is a read/write property.
Public property SendMeetingInvitationsOrCancellations The SendMeetingInvitationsOrCancellations property gets or sets an enumeration value that describes how a calendar item is handled after it is updated. This property is required for calendar items. This is a read/write property.
Public property SendMeetingInvitationsOrCancellationsSpecified The SendMeetingInvitationsOrCancellationsSpecified property gets or sets a Boolean value that specifies whether the SendMeetingInvitationsOrCancellations property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the SendMeetingInvitationsOrCancellations property is set. This is a read/write property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top