Redemption SafeMailItem and Outlook UI

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top