Gets full ID (native Exchange ID and Change key) of an exchange folder.

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

Syntax

Visual Basic
Public Function GetFolderId ( _
	folderId As EwsFolderId _
) As EwsFolderId
C#
public EwsFolderId GetFolderId(
	EwsFolderId folderId
)

Parameters

folderId
Type: Rebex.Net..::..EwsFolderId
ID of a folder to get full ID from.

Return Value

Full ID of the specified folder.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also