Initializes a new instance of the EwsItemId class with the specified ID and Change key.

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

Syntax

Visual Basic
Public Sub New ( _
	id As String, _
	changeKey As String _
)
C#
public EwsItemId(
	string id,
	string changeKey
)

Parameters

id
Type: System..::..String
ID of the item (can be in Exchange native format also).
changeKey
Type: System..::..String
Change key of the item (can be in Exchange native format also).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also