M
Michael Lindeboom
I want to place some RTF text in the body of a MailItem (RTF
format)during the open event. I am trying to use the Redemption API to
access and write to the RTFBody.
The change is not showing in the Message user interface. The message is
blank. How can I get RTF test to show in the UI?
Dim mySafeMail As Redemption.SafeMailItem
Set mySafeMail = CreateObject("Redemption.SafeMailItem")
mySafeMail.item = myMailItem
myMailItem.Save
mySafeMail.RTFBody = mySafeMail.RTFBody & myRTFText
thanks
Mike
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
format)during the open event. I am trying to use the Redemption API to
access and write to the RTFBody.
The change is not showing in the Message user interface. The message is
blank. How can I get RTF test to show in the UI?
Dim mySafeMail As Redemption.SafeMailItem
Set mySafeMail = CreateObject("Redemption.SafeMailItem")
mySafeMail.item = myMailItem
myMailItem.Save
mySafeMail.RTFBody = mySafeMail.RTFBody & myRTFText
thanks
Mike
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!