Redemption SafeMailItem and Outlook UI
From: Michael Lindeboom (mlindeboom_at_aol.com)
Date: 09/22/04
- Next message: Kristoffer Torvik: "Re: Need Help with Automatic E-Mail"
- Previous message: Curtis Vaughan: "Re: Select Names column options"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 13:25:06 -0700
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!
- Next message: Kristoffer Torvik: "Re: Need Help with Automatic E-Mail"
- Previous message: Curtis Vaughan: "Re: Select Names column options"
- Messages sorted by: [ date ] [ thread ]