How to use redemption in VC

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
 
D

Dmitry Streblechenko

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
 

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