I've used a mix of Outlook object model and RDO objects in almost every
program I've written probably for the last 8 or 9 years. Even with Outlook
2007's extended object model there are many things you can do with RDO that
you can't with the OOM. And if you have to support older versions the new
object model stuff isn't there.
I highly recommend RDO, but your mileage may vary.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"escamoteur" wrote in message
news

Hi,
I'm programming my Addin for Outlook2007. After running against several
restrictions I know think about switching to Redemption and RDO, but it
seems that it's a oneway road. If I doo I have completely to switch as it
seems like RDO Objects cannot be casted to Outlook Object Model objects.
What are your experiences??
Best
Tom