Share via


UpdateItemType Members

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

The following tables list the members exposed by the UpdateItemType type.

Public Constructors

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

Top

Public Properties

  Name Description
Bb401905.pubproperty(en-us,EXCHG.80).gif 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.
Bb401905.pubproperty(en-us,EXCHG.80).gif ItemChanges The ItemChanges property gets or sets an array of item changes. This property is required. This is a read/write property.
Bb401905.pubproperty(en-us,EXCHG.80).gif 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.
Bb401905.pubproperty(en-us,EXCHG.80).gif 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.
Bb401905.pubproperty(en-us,EXCHG.80).gif 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.
Bb401905.pubproperty(en-us,EXCHG.80).gif 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.
Bb401905.pubproperty(en-us,EXCHG.80).gif 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

Public Methods

(see also Protected Methods )

  Name Description
Bb401905.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Bb401905.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Bb401905.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb401905.pubmethod(en-us,EXCHG.80).gifBb401905.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb401905.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb401905.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb401905.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top