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 | |
---|---|---|
UpdateItemType | The UpdateItemType constructor initializes a new instance of the UpdateItemType class. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
ItemChanges | The ItemChanges property gets or sets an array of item changes. This property is required. This is a read/write 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. | |
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. | |
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. | |
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. | |
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