Gets the HTML body of the message, or an empty string if no HTML body was retrieved

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property BodyHtml As String
	Get
C#
public string BodyHtml { get; }

Field Value

The HTML body of the message.

Remarks

This field is only set if the ImapListFields.Body options was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also