Click or drag to resize

BodyStructureVisuals Property

Gets the list of all visual elements in this email message. E.g. Images embedded inside HTML email. 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> Visuals { get; }

Property Value

Type: ListMimeStructure
See Also