Detects whether a folder with specified ID still exists.

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

Syntax

Visual Basic
Public Function FolderExists ( _
	id As EwsFolderId _
) As Boolean
C#
public bool FolderExists(
	EwsFolderId id
)

Parameters

id
Type: Rebex.Net..::..EwsFolderId
ID of a folder.

Return Value

True if folder exists; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also