Sends the LIST command with a message number argument.
The LIST command with a message sequence number argument request that the server report the size of the specified message.
The server's response is a single line reply. To get the size of the specified message, get the ReplyText property. The reply text string contains the message sequence number, a space character, and the size of the message in bytes.
| Exception Type | Condition |
|---|---|
| Exception | If a network or protocol error occurs. |
Pop3Client Class | Hunny.Mail Namespace | Pop3Client.List Overload List | POP3 LIST command