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

Back to Mht Class Summary

Mht::GetAndSaveMHT

Creates an MHT file from a Web page or local HTML file. All external images, scripts, and style sheets are downloaded and embedded in the MHT file. Returns true for success and false for failure.

  Declarations  
    [Visual Basic]
Public Function GetAndSaveMHT(ByVal String url , ByVal String mht_filename) As Boolean

[C#]
public bool GetAndSaveMHT(string url , string mht_filename);

[C++]
public bool GetAndSaveMHT(String *url , String *mht_filename);

[JScript]
public function GetAndSaveMHT(String url , String mht_filename) : Boolean
 
  Parameters  
   
url
Website URL or local HTML filename to be converted to a local MHT file.
mht_filename
Name of the MHT file to be created.
 

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