0
votes
1answer
89 views
Why do the windows of my Outlook mail items become unusable after my application terminates?
I have a VB6 application which creates and displays mail items in Outlook using Redemption's RDO. Everything works except after my application terminates the window of every mail i …
1
vote
1answer
58 views
Outlook Redemption GetFolderFromPath on public folders
When I try to access a public folder using Session.GetFolderFromPath I get an error "Error in IMAPITable.FindRow: MAPI_E_NOT_FOUND" at >>:
Type COMType = Type.GetTypeFromProgID("f …
1
vote
1answer
73 views
COM registration error in Visual Studio 2008 setup project
I'd like to register Outlook Redemption as an isolated COM component using a Visual Studio 2008 setup project. After adding Redemption.dll to my setup project, if I choose either v …
0
votes
0answers
89 views
Outlook Addin accessing exchange recipient in offline mode?
I'm creating an Outlook addin using VS 2008 and C#. In order to function this addin goes through all the e-mail using Redemption and parses it.
I've recently run into the issue o …
0
votes
1answer
98 views
Can I use Redemption without Outlook installed on the server to check email of another account?
This one is killing me.
I'm trying to make a simple console app that brings down attachments from an Exchange mailbox. I tried WebDav originally and that worked fine except that …
0
votes
0answers
219 views
Get Exchange folder size using Redemption.dll fails when used from Outlook2007
I am using Redemption.dll (Version 4.7.0.1026- latest) in an Outook (2003/2007) Add-in where i need to retrieve the exchange mail box size. To get the folder size, I am using the f …
0
votes
1answer
646 views
Using Redemption (Outlook) with a user other than the logged in user - and getting errors
I'm using Redemption dll (http://www.dimastr.com/redemption/) and I've created an exe that accesses my mail box.
I run the exe in Windows Scheduler under my username and it works …
2
votes
0answers
92 views
Redemption dll registration
Hi,
I want to register Redemption.dll in server machine which is windows 2003 and 64 bit machine also having outlook there, but i get the following Error and not able to register …
1
vote
1answer
90 views
redemption give exception in m/c do not have outlook or have outlook express
Hi,
i have created an application that access Exchange Server using Redemption. it works fine in my machine ( i have outlook 2007 at my machine) but when i run same application in …
1
vote
1answer
114 views
Redemption + Clickonce = :-(
I have a normal windows forms program (Not VSTO) which deploys using click once. The issue is that loads of user are having problems with random errors generally stating (from the …
3
votes
1answer
104 views
IronPython and instantiating COM objects
I'm using IronPython 2.0 in a SharpDevelop 3.1 console window. I'm trying to reference and use the Redemption CDO replacement library.
The standard usage for the library is to in …
0
votes
1answer
675 views
Using Redemption dll (Outlook) on a 64 bit machine
I have an exe that I have installed on my 32 bit machine, it loops round the logged in users Inbox and works fine, (NB I still havent got it working for another user (see here) any …
0
votes
1answer
243 views
Redemption - Find public folder
Using Redemption I need to put a draft email in a specific Public Folder. I know the full path of the folder but I can't work out how to get there using RDO. Eg. the folder path is …
0
votes
2answers
363 views
Redemption Shared Folder Problem when moving to Outlook 2007
We currently have an application that works with Outlook 2003. In order to get the owner of a shared contact folder, we simply call:
Redemption.RDOSessionClass.GetFolderFromID() an …
1
vote
2answers
836 views
Outlook Redemption : GetNamesFromIDs
Hello -- I'm trying to get all property names / values from an Outlook item. I have custom properties in addition to the default outlook item properties. I'm using redemption to ge …
