GetMailboxSizeAsync

IAsyncPop3Client.GetMailboxSizeAsync method

获取邮箱大小

public Task<long> GetMailboxSizeAsync(IConnection connection = null, 
    CancellationToken token = default)
范围类型描述
connectionIConnection连接到服务器
tokenCancellationToken传播应取消操作的通知。

返回值

邮箱大小。

也可以看看