G
Guest
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
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