As we know, Word is the default e-mail editor in OL2003 and the only email
editor in OL2007. I now have an HTML doc I want to basically convert to an
Outlook email. I am creating a new email in OL and adding images as
attachments and using redemption (or the ol2007 propertyaccessor) to set the
fields needed to make the attachments hidden and assign CID's to them. I then
stuff the modified HTML (replaced img src with CID's) into the
olMail.HTMLBody property. Then for some dumb reason word wants to become
visible. I hide it and then move on to some other stuffs that are required
and then show the mail item when I'm done. All looks great except the
background of a table isn't shown (until I actually send the mail item) and
the big annoying problem is that word decides to totally ignore the absolute
position of the dynamicly added images. I have looked ALL OVER and can not
find any suggestions or recomendations on how to absolutely postion something
in HTML so that it gets converted to its Microsft Word HTML equivelant. Does
anyone have any suggestions? Why does MS make an HTMLbody property if it
doesn't accept standard HTML?
-Thanks in advance
Was this post helpful to you?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Mikey" <Mi...@discussions.microsoft.com> wrote in message news:6829D0B3-16BE-4C20...@microsoft.com...
-Thanks again.