ListAttachments

ListAttachments (1 of 2)

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

Returns: ImapMessageInfoCollection that represents collection of ImapAttachmentInfo

ListAttachments(int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe message sequence number.

ListAttachments (2 of 2)

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

Returns: ImapMessageInfoCollection that represents collection of ImapAttachmentInfo

ListAttachments(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe message sequence number.