Lists specified folder to retrieve collection of containing items.

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

Syntax

Visual Basic
Public Function GetMessageList ( _
	folderId As EwsFolderId, _
	fields As EwsItemFields _
) As EwsMessageCollection
C#
public EwsMessageCollection GetMessageList(
	EwsFolderId folderId,
	EwsItemFields fields
)

Parameters

folderId
Type: Rebex.Net..::..EwsFolderId
ID of a folder to be listed.
fields
Type: Rebex.Net..::..EwsItemFields
Set of message properties to be retrieved.

Return Value

List of EwsMessageInfo.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also