Click or drag to resize

BodyStructureRtf Property

Gets the object representing 'text/rtf' or 'application/rtf' body of this email message. May be null if no RTF 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.23341.1754
Syntax
public MimeTextStructure Rtf { get; }

Property Value

Type: MimeTextStructure
See Also