Message BodyHtmlText Property | MSG .NET Class Library |
Contains the Hypertext Markup Language (HTML) version of the message text.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string BodyHtmlText { get; set; }
public string BodyHtmlText { get; set; }
Public Property BodyHtmlText As String Get Set
Public Property BodyHtmlText As String Get Set
Dim instance As Message Dim value As String value = instance.BodyHtmlText instance.BodyHtmlText = value
Dim instance As Message Dim value As String value = instance.BodyHtmlText instance.BodyHtmlText = value
/** @property */ public String get_BodyHtmlText() /** @property */ public void set_BodyHtmlText(String value)
/** @property */ public String get_BodyHtmlText() /** @property */ public void set_BodyHtmlText(String value)
function get BodyHtmlText () : String function set BodyHtmlText (value : String)
function get BodyHtmlText () : String function set BodyHtmlText (value : String)
function get_BodyHtmlText(); function set_BodyHtmlText(value);
function get_BodyHtmlText(); function set_BodyHtmlText(value);
Property Value
Type:
The body HTML text.
See Also