Click or drag to resize

BodyStructureNonVisuals Property

Gets the list of all non visual elements in this email message. E.g. Attached data files. 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> NonVisuals { get; }

Property Value

Type: ListMimeStructure
See Also