View Single Post
  #1  
Old March 30th 06, 08:08 AM posted to microsoft.public.outlook.program_vba
Sanjay Singh
external usenet poster
 
Posts: 31
Default How to check that mail is fully loaded

I need to print out HTML e-mails using code.
However it appears that HTML e-mails cannot be prinited out using
oMailItem.Printout

The above command places x's in place of any graphics in the e-mail.

I tried to save the e-mail to html and then print out with Word but the
embedded graphics do not get saved with the HTML.

It appears that the only thing to do is display the e-mail and then print.
However in that case we need to wait until the e-mail is fully displayed.

Is there anyway to check if the e-mail is fully displayed before I do a
print.

Alternatively is there anyway of saving the HTML e-mail with embedded
graphics. I can then use Word to print out.

Thanks in advance
Sanjay



Ads