Pop |
| Exception | Condition |
|---|---|
| ObjectDisposedException | The Pop3Client has been disposed. |
| ServiceNotConnectedException | The Pop3Client is not connected. |
| ServiceNotAuthenticatedException | The Pop3Client is not authenticated. |
Gets the size of the POP3 mailbox, in bytes.
This value is updated as a side-effect of calling GetMessageCount(CancellationToken) or GetMessageCountAsync(CancellationToken).