Tagged Questions

Outlook Redemption is a library which works around the security limitations introduced in Outlook 2002. It also provides some additional features which are not accessible using the Outlook object model.

learn more… | top users | synonyms

4
votes
3answers
928 views

Programatically accessing “Offline Address book” using Redemption

How to access "Offline Address Book" (from exchange server/outlook configured to exchange machine) using Redemption (C#). I am looking for some sample code to proceed with my task.
3
votes
1answer
639 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 vsdrfCOMRelativePath ...
3
votes
1answer
2k views

Redemption dll registration

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 it in that machine. ...
3
votes
1answer
368 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 instantiate an ...
2
votes
1answer
30 views

Unlocking features via promo code that are also offered in an out-of-app subscription

I'm interested in unlocking features for a fixed time period in my iphone app via promo code. These same features are also offered for subscription outside of the app store. Is this still legitimate? ...
2
votes
1answer
639 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 = ...
1
vote
5answers
350 views

AV when sending email via Outlook and Redemption

Here is my code: const olMailItem = 0; var olApp, OlNameSpace, OlItem, rdSafeItem, rdUtils: variant; begin olApp:= CreateOleObject ('Outlook.Application'); olNameSpace:= olApp.GetNamespace ...
1
vote
1answer
390 views

Cannot send displayed email using redemption in c#

I created a new email-message using Redemption-Data-Objects in C#. After calling Display(), the window is opened - all looks great. When I try to send the message, by clicking the "send"-button, I ...
1
vote
0answers
277 views

Send Message with Custom Properties with Redemption

I’m using Redemption.dll to set custom properties to my messages with set_Filed() and get_field() in C#. Everything works perfectly until the moment I send my messages. From Outlook I use ...
1
vote
1answer
194 views

Empty EntryID after using GetMessageFromMsgFile in Outlook Redemption

Using RDO 4.8.0.1184 with Delphi 2006 on Exchange 2007 SP3 I have the following code (abbreviated): Msg := MailSession.GetMessageFromMsgFile(sTempFile, false); Msg.UnRead := true; Msg.Save; ...
1
vote
1answer
284 views

Version of Outlook Redemption

What version of Redemption should i use if i have: Windows 7 x64, WinForms App (x64), Outlook 2010 x86. The problem is that Redemption64 5.0 does not work in this case.
1
vote
1answer
409 views

Using Redemption to send as another user

When I view outlook I see my mailbox but also additional "business function" mailboxes. One of these is "optingout" I've written a console app that loops through several of these function mailboxes ...
1
vote
0answers
649 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 of somebody opening ...
1
vote
1answer
408 views

redemption give exception in m/c do not have outlook or have outlook express

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 other system containing ...
1
vote
1answer
257 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 IClassFactory failed ...
1
vote
1answer
3k 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 fine, I get an email ...
1
vote
0answers
517 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 function ...
1
vote
2answers
2k views

Outlook Redemption : GetNamesFromIDs

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 get around the Outlook warnings ...
0
votes
1answer
21 views

Cannot find wrapper assembly for type library “Redemption”

Okay, I am trying to add a .dll file to my application in Visual Studio 2010. If it is set for 32 bit, everything is fine. However, once I switch it to 64 bit, the library has a warning on it and ...
0
votes
0answers
52 views

Facebook Credits - Taxes and [closed]

How is the Taxes issue in the Facebook Credits Redemption process? Facebook is saying this in this help topic: "Tax treatment on sale of virtual goods varies significantly from one tax ...
0
votes
2answers
22 views

How to set property as PT_BINARY (and not PT_MV_LONG) when using Redemption?

I am using Redemption 5.1 (and Outlook 2010/64) and have run into this very annoying case: When trying to write an object of byte[] to a property it writes it as an PT_MV_LONG property, not as ...
0
votes
1answer
66 views

Outlook Redemption: attachment streaming

I'm saving a lot of attachments in bulk using RDOAttachment.SaveAs however this seriously slows down the whole operation as they all have to go to disk first. Is there any way to stream them directly ...
0
votes
1answer
44 views

Dont know why Redemption application crashing when deploying to Server, c#

I have downloaded redemption and using the trial version as a proof of concept. Everything is working on development machine. Using C# .NET 3.5 to interop and able to read msgs using outlook 2007 and ...
0
votes
0answers
73 views

NEED Outlook Redemption project example in C

I'm a new programmer from Unix world and I have to deliver a small and fast project for Windows, I need to interact with Outlook to send messages without the boring warning, I found Outlook ...
0
votes
3answers
175 views

Unable to move file: The process cannot access the file because it is being used by another process

Scenario: I've written an application to open a list of .msg files (which have been dumped to the file system), grab some information from them (subject, To CC) and then move them. Problem: However, ...
0
votes
1answer
62 views

MAPITABLE, InstanceKeys and Stores

I understand that the MAPITABLE stores the InstanceKey for each individual store. I've tried following the examples off the website get this table, but have not been successful. My mission is to ...
0
votes
1answer
61 views

Intercepting the Move Item function between source and destination

I've successfully captured the ItemMove function the way I need to (mostly) using the Redemption libraries. My next task may be impossible, but I won't know unless I ask. Part of what I'm writing ...
0
votes
1answer
163 views

C# Redemption wrapper class not firing events

I've written the following wrapper class for an Outlook Add-in using Redemption: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; ...
0
votes
2answers
65 views

Deferred sending from Outlook 2007 with Exchange 2007

Is there a way of sending an email from Outlook with some sort of flag that tells Exchange to hold on to the message for 5 minutes before it is actually sent out on the internet? I know about setting ...
0
votes
1answer
181 views

how to use Redemption 4.7 without outlook installed

I'm working on a program that uses Redemption 4.7 to pull emails from an email archive. It works fine, if Outlook is installed. When I uninstall Outlook, and install the MapiCdo then the program runs, ...
0
votes
2answers
58 views

Getting _MailItem interface from IRDOMail

I've an Outlook plug-in. I'm using Redemption. Specifically, I'm using IRDOMail::Move in order to move an email item from one folder to another (redemption is the only method I've found that work ...
0
votes
1answer
75 views

Use branching in TFS for 32 bit and 64 bit version of a software?

we are in the process of porting a 32bit application, which uses the Outlook Redemption DLL to a 64 bit version, since redemption has recently been released as a 64 bit version as well. We'd like to ...
0
votes
2answers
308 views

Why do I get “?” (question mark) replacement of Unicode characters for .EML files from Redemption on a VM?

Our application uses Redemption 4.4.0.1026 to save .MSG and .TXT versions of an .EML file. I get Unicode characters being replaced with question marks. I have made sure I installed all the language ...
0
votes
2answers
613 views

Outlook 64 bit using Redemption 64 bit from 32 bit application

I have a 32bit Delphi application which needs to use Redemption to talk with Outlook. For deployment on 64 bit machines with 64 bit Outlook installed, Redemption has a 64 bit version of its COM dll. ...
0
votes
2answers
505 views

Create MAPI profile for a service account

In the past I've used profman2 to create MAPI profiles for servers that need access to Exchange mailboxes when I don't want to install Outlook on a server. This works okay when I'm able to log in as ...
0
votes
2answers
195 views

IIS7 can't find COM Object as registered Cassini can what am I missing?

I have changed my Visual Studio 2010 to use my local IIS7 instead of Cassini for my WCF service. When I test in debug mode in Cassini I have no problems instantiating Redemption.dll. When I switch ...
0
votes
2answers
775 views

MAPI_E_FAILONEPROVIDER from Redemption

I'm trying to user Redemption to update a user's Outlook contacts. The user I'm affecting is passed in the exchangeUser, call him "Target User". This code works when I run it logged in as myself: ...
0
votes
1answer
152 views

Using Redemption, How can I add a default Signature to an outgoing Email Message?

Here is the code that I am using. I have spent some time looking at the Redemption objects, but, nothing jumps out at me: public static bool PopEmail(string domainUserName, string mSubject, ...
0
votes
1answer
273 views

MAPI_E_INVALID_ENTRYID when getting contact from Outlook via Redemption

I'd like to retrieve a contact with a known EntryID in a specific folder from outlook/exchange using Redemption. The following code calls GetMessageFromID on an RDOSession object. I only want ...
0
votes
1answer
96 views

Redemption using filter on a custom datetime field in contacts

I'm having a problem using a filter on a custom date in contacts. RDOItems Contacts = null; string strSearch = string.Empty; strSearch = ...
0
votes
2answers
701 views

Outlook 2003 Add-In Setup Project with COM DLL Deployment Problem

I developed an Outlook 2003 add-in which uses the com dll redemption. I created a visual studio 2008 setup project, added a custom action to run "caspol.exe -machine -addgroup 1 -strong -hex [key] ...
0
votes
2answers
177 views

Using Redemption to reply to a mail only intermittently sets the body text

I'm using the below method to reply to mails coming in to a business function mailbox. The body text being added is only intermittently being set. This method is only called when someone has emailed ...
0
votes
1answer
335 views

Is it possible to render the exact same HTML as Outlook does when displaying HTML Body of .msg files?

We are displaying HTML body extracted from .MSG files exported from Outlook. To display the HTML body, one needs to decompress RTF from PR_RTF_Compressed field and then decode the RTF to HTML ...
0
votes
1answer
194 views

How to change ExchangeConnectionMode?

I have a console application written in C#. This application copies e mails from exchange mail A to Exchange mailbox B. I am making use of Outlook redemption to log on to exchange mail boxes and do ...
0
votes
1answer
242 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 item originally ...
0
votes
1answer
856 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 the server is ...
0
votes
2answers
4k 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 ideas there would ...
0
votes
1answer
806 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 "\\Public ...
0
votes
2answers
667 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() and then took that ...