Pop3.GetMailboxSizeAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
GetMailboxSizeAsync(Object)
Begins asynchronous GetMailboxSize operation. Retrieve the size of the mailbox - the sum of lengths of all messages.
Declaration
public Task<long> GetMailboxSizeAsync(object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task<Int64> | Mailbox size. |
Remarks
Uses POP3 STAT command.