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?
Dmitry Streblechenko - 13 Oct 2006 18:06 GMT
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
> Hi,
> How can I use Redemption.RDOItems events in VB 6.0?
[quoted text clipped - 5 lines]
>
> What I have to do?