Does it help if you Save the item before calling Send on it?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Markus" wrote in message
...
I have been able to send HTML email programmatically thru Outlook from
within
my app. The message is received by the recipient, and the email is
recorded
as sent in the Outllook sent box. But the message in the sent box is
empty.
I basically read the html email message from a .htm file, assign the
message
to a variable, and then assign the value of this variable to the HTMLbody
property. I then .send() the email thru Outlook, and the message is
received
fine. The email is registered in the Outlook sent box as being sent, but
the
message there is completely blank.
Can anyone give me some ideas on what I may be missing?
Many thanks,
Mark