ImapClient.ListAttachmentsAsync

ListAttachmentsAsync(int, CancellationToken)

Gets the message attachments list. Gets an information for each attachment in message.

public Task<ImapAttachmentInfoCollection> ListAttachmentsAsync(int sequenceNumber, 
    CancellationToken token)
ParameterDescription
sequenceNumberThe message sequence number.

Return Value

Task object, with delegate for this operation

See Also


ListAttachmentsAsync(int)

Gets the message attachments list. Gets an information for each attachment in message.

public Task<ImapAttachmentInfoCollection> ListAttachmentsAsync(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32The message sequence number.

Return Value

Task object, with delegate for this operation

See Also