How to use redemption in VC

  • Thread starter Thread starter Amol Kulkarni
  • Start date Start date
A

Amol Kulkarni

Hello,
I developing COM Add-in in VC for MS Outlook. I need to retrieve current
user of outlook using redemption. I can very well use it in VB.
How can I use redemption in VC? any code sample would be great help

Thank You

Amol K
 
It is not any different from using any other IDispatch-friendly library
(such as Outlook): use #import to import the type library and create C++
wrapper classes, declare and instatiate Redemption objects, etc.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top