Detects whether an item with specified ID still exists.

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

Syntax

Visual Basic
Public Function ItemExists ( _
	itemId As EwsItemId _
) As Boolean
C#
public bool ItemExists(
	EwsItemId itemId
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item.

Return Value

True if item exists; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also