Retrieves a list of messages in the mailbox.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Function GetMessageList ( _ fields As Pop3ListFields _ ) As Pop3MessageCollection |
C# |
---|
public Pop3MessageCollection GetMessageList( Pop3ListFields fields ) |
Parameters
- fields
- Type: Rebex.Net..::..Pop3ListFields
Specifies the scope of information to determine about each message.
Return Value
The list of messages.Remarks
Uses either POP3 LIST command, UIDL command, or a combination of both.