Saving web pages as mht

  • Thread starter Thread starter Von Shean
  • Start date Start date
V

Von Shean

I tried out what you said..i used the following code
CDO.MessageClass message = new CDO.MessageClass();

message.CreateMHTMLBody("http://www.google.com/",

CDO.CdoMHTMLFlags.cdoSuppressNone, "", "");

ADODB.Stream stream = message.GetStream();

stream.SaveToFile("google.mht",
ADODB.SaveOptionsEnum.adSaveCreateOverWrite);


but i keep getting 'Interface not supported' at CreateMHTMLBody...

any clues to this........

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top