Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.