Click or drag to resize

BodyStructureAttachments Property

Gets the list of all attachments in this email message. Including Alternatives, Visuals and NonVisuals. You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<MimeStructure> Attachments { get; }

Property Value

Type: ListMimeStructure
See Also