GetMailboxSizeAsync
IAsyncPop3Client.GetMailboxSizeAsync method
获取邮箱大小
public Task<long> GetMailboxSizeAsync(IConnection connection = null,
CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
connection | IConnection | 连接到服务器 |
token | CancellationToken | 传播应取消操作的通知。 |
返回值
邮箱大小。
也可以看看
- interface IConnection
- interface IAsyncPop3Client
- 命名空间 Aspose.Email.Clients.Pop3
- 部件 Aspose.Email