Updates existing item with specified metadata.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function UpdateItem ( _
	itemId As EwsItemId, _
	metadata As EwsItemMetadata _
) As EwsItemId
C#
public EwsItemId UpdateItem(
	EwsItemId itemId,
	EwsItemMetadata metadata
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to update.
metadata
Type: Rebex.Net..::..EwsItemMetadata
New metadata of the item.

Return Value

New ID of the updated item.

Remarks

Most update operation needs ChangeKey to be set to the latest value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also