Gets the list of messages in the current folder.

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

Syntax

Visual Basic
Public Function GetMessageList As ImapMessageCollection
C#
public ImapMessageCollection GetMessageList()

Return Value

A collection of ImapMessageInfo objects.

Remarks

The returned list will contain the envelope information about each message.

This method represents IMAP FETCH command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also