Re: Outlook Redemption - HELP
- From: "Dmitry Streblechenko" <dmitry@xxxxxxxxxxx>
- Date: Fri, 22 Jun 2007 11:35:09 -0700
Which line causes the error?
If it is
Set rMail = New Redemption.SafeMailItem
try to replace it with
Set rMail = CreateObject("Redemption.SafeMailItem")
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Rob" <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EE15B21F-8A22-4AB2-A71B-F16B3A265392@xxxxxxxxxxxxxxxx
I have an application that I coded to programmatically send emails using
Redemption, on a machine running Outlook 2002. It has been replaced, and
the
machine is using Outlook 2003. I installed Redemption as per
instructions,
even used regsrvr on it, yet keep getting a "Library Not Registered"
error.
Here's the snippet of code before the error:
Dim rMail As Object
Dim rContact As Object
Dim oItem As Object
Dim NS As Object
Dim Sync As Object
Dim Utils As Object
Dim oSent As Object
Dim oSentFolder As Object
Dim Prop As Outlook.UserProperty
'CREATE MAIL ITEM ITEM
Set rMail = New Redemption.SafeMailItem
Set oItem = myApp.CreateItem(olMailItem)
It errors at the Set oItem = myApp.CreateItem(olMailItem) line. Reference
to MSOutlook 11 Object Library is checked, as well as to teh Redemption
Object Library.
Does anyone have any insight, as this has become a major issue.
Thank you
.
- Follow-Ups:
- Re: Outlook Redemption - HELP
- From: Rob
- Re: Outlook Redemption - HELP
- Prev by Date: Re: Outlook Redemption - HELP
- Next by Date: Re: Auto Mail
- Previous by thread: Re: Outlook Redemption - HELP
- Next by thread: Re: Outlook Redemption - HELP
- Index(es):
Relevant Pages
|