RDO (Redemption Objects) with events in VB 6.0

  • Thread starter Thread starter ddvpost
  • Start date Start date
D

ddvpost

Hi,
How can I use Redemption.RDOItems events in VB 6.0?

I can't add reference to Redemption at my add-in project, because no
Redemption object is in the References list. And source
Dim WithEvents oRDOItems as Redemption.RDOItems
raises compile error due user-defined type not defined.

What I have to do?
 
If you are using version 4.2, you should see "Redemption" in the list of
available COM libraries. If you are using a previous version, it will be
called "SafeOutlook".

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