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

Back to Email Class Summary

Email::GetMbHtmlBody

Returns the HTML body converted to a specified charset. If no HTML body exists, the returned byte array is empty. The returned data will be such that not only is the character data converted (if necessary) to the convertToCharset, but the HTML is edited to add or modify the META tag that specifies the charset within the HTML.

  Declarations  
    [Visual Basic]
Public Function GetMbHtmlBody(ByVal String charset) As Byte()

[C#]
public byte [] GetMbHtmlBody(string charset);

[C++]
public unsigned char __gc[] GetMbHtmlBody(String *charset);

[JScript]
public function GetMbHtmlBody(String charset) : Byte[]
 
  Parameters  
   
charset
The HTML body is returned in this character encoding.
 

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