Gets the list of messages in the current folder that belong to a specified message set.

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

Syntax

Visual Basic
Public Function GetMessageList ( _
	messageSet As ImapMessageSet, _
	fields As ImapListFields _
) As ImapMessageCollection
C#
public ImapMessageCollection GetMessageList(
	ImapMessageSet messageSet,
	ImapListFields fields
)

Parameters

messageSet
Type: Rebex.Net..::..ImapMessageSet
A set of messages.
fields
Type: Rebex.Net..::..ImapListFields
Specifies the scope of information to determine about each message.

Return Value

A collection of ImapMessageInfo objects.

Remarks

This method represents IMAP FETCH command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also