FormattedText Question

G

Greg Fox

Basic Question...

If I create a new email (using Redemption and using Automation)
and add text using the .Text property, and .Send it, it goes out.

But if, instead, I use the .FormattedText property (to copy a Word
doc) the email sits in the DRAFTS folder instead of going out.

The email is listed in italics. If I open it and send it, it goes out.
Is there something else I need to do to the new email in code
before .Send(ing) it (to make it go out)?
Seems like there is something missing.

Thanks,
Greg Fox
 
Top