GetMessageUniqueIdAsync
IAsyncPop3Client.GetMessageUniqueIdAsync method
获取消息唯一id
public Task<string> GetMessageUniqueIdAsync(int sequenceNumber, IConnection connection = null,
CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
connection | Int32 | 连接到服务器 |
sequenceNumber | IConnection | 消息的序号 |
token | CancellationToken | 传播应取消操作的通知。 |
返回值
消息唯一标识符。
也可以看看
- interface IConnection
- interface IAsyncPop3Client
- 命名空间 Aspose.Email.Clients.Pop3
- 部件 Aspose.Email