How do I Link redemption session to CDO session

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone has C++ sample to link redemtpion session to CDO session

I understand there is an example on the redemption website. However, it is in VB codes, I have no idea how it can implement in VC++
 
use #import to import the Redemption type library, create an instance of the
Redemption.MAPIUtils object using CoCreateInstance(), then call
MAPIUtils->put_MAPIOBJECT() to assign Session.MAPIOBJECT from CDO to
MAPIUtils.MAPIOBJECT in Redemption.

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


Frank said:
Anyone has C++ sample to link redemtpion session to CDO session?

I understand there is an example on the redemption website. However, it is
in VB codes, I have no idea how it can implement in VC++.
 
Back
Top