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.