HtmlToHtml.OutputHtmlFragment Property
The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this HtmlToHtml object must output an entire HTML document or only a fragment of the HTML body content.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Property OutputHtmlFragment As Boolean
public bool OutputHtmlFragment { get; set; }
public:
property bool OutputHtmlFragment {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_OutputHtmlFragment ()
/** @property */
public void set_OutputHtmlFragment (boolean value)
public function get OutputHtmlFragment () : boolean
public function set OutputHtmlFragment (value : boolean)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also