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

Back to Mht Class Summary

Mht::GetEmail

Downloads a Web page and creates an HTML Email object that can be sent using Chilkat Email .NET. Embedded within the email are all the images and style sheets referenced from the Web page.

  Declarations  
    [Visual Basic]
Public Function GetEmail(ByVal String url) As Email

[C#]
public Email GetEmail(string url);

[C++]
public Email *GetEmail(String *url);

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

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