Retrieves a list of messages in the mailbox with unique IDs and lengths.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Function GetMessageList As Pop3MessageCollection |
C# |
---|
public Pop3MessageCollection GetMessageList() |
Return Value
The list of messages.Remarks
Uses a combination of POP3 LIST and UIDL commands.