Click or drag to resize

BodyStructureText Property

Gets the object representing 'text/plain' body of this email message. May be null if no text/plain 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 Text { get; }

Property Value

Type: MimeTextStructure
See Also