GetMessageInfoAsync

GetMessageInfoAsync(string, Pop3ListFields, IConnection, CancellationToken)

获取该消息的信息

public Task<Pop3MessageInfo> GetMessageInfoAsync(string uniqueId, 
    Pop3ListFields fields = Pop3ListFields.All, IConnection connection = null, 
    CancellationToken token = default)
范围类型描述
connectionString连接到服务器
uniqueIdPop3ListFields消息的唯一标识
fieldsIConnection我们想要得到的字段
tokenCancellationToken传播应取消操作的通知。

返回值

消息信息。

也可以看看


GetMessageInfoAsync(int, Pop3ListFields, IConnection, CancellationToken)

获取该消息的信息

public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber, 
    Pop3ListFields fields = Pop3ListFields.All, IConnection connection = null, 
    CancellationToken token = default)
范围类型描述
connectionInt32连接到服务器
sequenceNumberPop3ListFields消息的序号
fieldsIConnection我们想要得到的字段
tokenCancellationToken传播应取消操作的通知。

返回值

消息信息。

也可以看看