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.23341.1754
Syntax
ReadOnlyCollection<MimeData> ExtractAttachmentsFromInnerMessages()

Return Value

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