IsBodyHtml Property

MSBuild

A value indicating whether the mail message body is in Html


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property IsBodyHtml As Boolean
C#
public bool IsBodyHtml { get; set; }
C++
public property bool IsBodyHtml sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_IsBodyHtml();

/** property */
public void set_IsBodyHtml(bool value);
JScript
public function get IsBodyHtml() : bool

public function set IsBodyHtml(value : bool);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.