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.26106.1555
Syntax
public List<MimeStructure> NonVisuals { get; }

Property Value

ListMimeStructure
See Also