Sends the STAT command.
The STAT command requests that the server report the status of the mailbox. The status report includes the number of messages in the mailbox and the combined number of bytes in the mailbox.
The server's response to the STAT command is a single line reply. To check for success, get the ReplyCode property. To get the number of messages and the number of bytes in the POP3 mailbox, get the ReplyText property.
| Exception Type | Condition |
|---|---|
| Exception | If a network or protocol error occurs. |
Pop3Client Class | Hunny.Mail Namespace | POP3 STAT command