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 _ ) As ImapMessageCollection |
C# |
---|
public ImapMessageCollection GetMessageList( ImapMessageSet messageSet ) |
Parameters
- messageSet
- Type: Rebex.Net..::..ImapMessageSet
A set of messages.
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.