FetchAttachmentAsync

IAsyncImapClient.FetchAttachmentAsync method

获取指定的附件。

public Task<Attachment> FetchAttachmentAsync(int sequenceNumber, string attachmentName, 
    IConnection connection = null, CancellationToken token = default)
范围类型描述
connectionInt32连接到服务器。
sequenceNumberString消息的序列号。
attachmentNameIConnection附件名称。
tokenCancellationToken传播应取消操作的通知。

返回值

Attachment代表附件。

也可以看看