ImapClient.ListAttachments

ImapClient.ListAttachments method

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

public ImapAttachmentInfoCollection ListAttachments(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32The message sequence number.

Return Value

ImapMessageInfoCollection that represents collection of ImapAttachmentInfo

See Also