Click or drag to resize

BodyStructureAlternatives Property

Gets the list of alternative elements in this email message. 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> Alternatives { get; }

Property Value

ListMimeStructure
See Also