.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::SetBodyFromHtml

Sets the MIME message body from a string containing HTML, and also updates the content-type to be text/html

  Declarations  
    [Visual Basic]
Public Function SetBodyFromHtml(ByVal String htmlText) As Boolean

[C#]
public bool SetBodyFromHtml(string htmlText);

[C++]
public bool SetBodyFromHtml(String *htmlText);

[JScript]
public function SetBodyFromHtml(String htmlText) : Boolean
 
  Parameters  
   
htmlText
The HTML body
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.