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

Back to Mht Class Summary

Mht::GetAndSaveEML

Creates an EML file from a Web page. All external images and style sheets are downloaded and embedded in the EML file. Returns true for success and false for failure.

  Declarations  
    [Visual Basic]
Public Function GetAndSaveEML(ByVal String url , ByVal String eml_filename) As Boolean

[C#]
public bool GetAndSaveEML(string url , string eml_filename);

[C++]
public bool GetAndSaveEML(String *url , String *eml_filename);

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

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