Click or drag to resize

IMailExtractAttachmentsFromInnerMessages Method

Extracts attachments from this message and all attached messages (MimeRfc822 objects with MessageRfc822 content type).

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
ReadOnlyCollection<MimeData> ExtractAttachmentsFromInnerMessages()

Return Value

ReadOnlyCollectionMimeData
List of all attachments in this email message and all attached messages. It contains both Attachment and Inline attachments (Attachments collection).
See Also