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

Property Value

Type: ListMimeStructure
See Also