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

Back to Mht Class Summary

Mht::GetMHT

Creates MHT from a Web page or local HTML file, and returns the MHT (MIME) message data as a string

  Declarations  
    [Visual Basic]
Public Function GetMHT(ByVal String url) As Boolean

[C#]
public bool GetMHT(string url);

[C++]
public bool GetMHT(String *url);

[JScript]
public function GetMHT(String url) : Boolean
 
  Parameters  
   
url
A Web page (URL) or local HTML filename to be converted into an MHT string
 

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