Click or drag to resize

BodyStructureHtml Property

Gets the object representing 'text/html' body of this email message. May be null if no HTML data is present. You can use GetTextByUID(MimeTextStructure) or GetTextByNumber(MimeTextStructure) to get the part's content.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public MimeTextStructure Html { get; }

Property Value

MimeTextStructure
See Also