Email message missing
Thanks to Ken and Wild Bill. Still not having any luck on this, tho. I
tried checking the body prior to send() and the message is there and is fine.
I also tried a display() instead of send(), and then clicked on Send when
the email was displayed. This resulted in the email message arriving fine,
and also being recorded in the sent folder fine. So the problem is still
getting the body of the message to be available in the sent folder when I
send() programmatically.
Am really stumped. Any ideas very much appreciated.
Mark
"Markus" wrote:
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
|