Gets information about an exchange folder identified by its ID.

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

Syntax

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

Parameters

folderId
Type: Rebex.Net..::..EwsFolderId
ID of a folder to get the information about.

Return Value

EwsFolderInfo of an exchange folder.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also