Message.BodyHtml Property

Independentsoft MSG .NET

Message BodyHtml Property MSG .NET Class Library
Contains the Hypertext Markup Language (HTML) version of the message text.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public byte[] BodyHtml { get; set; }
public byte[] BodyHtml { get; set; }
Public Property BodyHtml As Byte()
	Get 
	Set
Public Property BodyHtml As Byte()
	Get 
	Set
Dim instance As Message 
Dim value As Byte()

value = instance.BodyHtml

instance.BodyHtml = value
Dim instance As Message 
Dim value As Byte()

value = instance.BodyHtml

instance.BodyHtml = value
/** @property */
public byte[] get_BodyHtml()
/** @property */
public void set_BodyHtml(byte[] value)
/** @property */
public byte[] get_BodyHtml()
/** @property */
public void set_BodyHtml(byte[] value)
function get BodyHtml () : byte[]
function set BodyHtml (value : byte[])
function get BodyHtml () : byte[]
function set BodyHtml (value : byte[])
function get_BodyHtml();
function set_BodyHtml(value);
function get_BodyHtml();
function set_BodyHtml(value);

Property Value

Type:  OnlineByte 
The body HTML.
See Also