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.
Questions tagged [outlook-redemption]
515 questions
0
votes
1 answer
RDOMail unable to change BodyFormat property
I couldn't change property BodyFormat of RDOMail object from plain text to html.
I have the following code:
RDOMail rdoMessage = rdoFolder.Items.Add("FooType");
rdoMessage.Subject = "Subject";
Also I'm adding some user properties here.
The next…

ramil89
- 851
- 13
- 22
0
votes
1 answer
Redemption Outlook MAPITable and UserProperties Q
I have written some powershell, which checks a bunch of users mailboxes, and checks a specific property using a Mapitable.
However I need to count the UserProperties also, and i'm struggling to do this in conjunction with the MapiTable -
Ideally…

Madgeni
- 65
- 4
0
votes
1 answer
System.Runtime.InteropServices.COMException with Redemption on web server
I'm using Redemption in an ASP.NET MVC site to read in a .msg file, make some changes and output it to the user. It works on my dev machine but when I try on the staging server, I get this error.
System.Runtime.InteropServices.COMException…

nthpixel
- 3,041
- 3
- 30
- 42
0
votes
2 answers
Import Outlook MSG with Thousands of Recipients to PST
I have a number of Outlook MSGs that I need to save to alternate formats, such as MHT. The MSGs each have thousands of recipients, and I am aware that the MSG structure is not robust enough to handle large numbers of recipients. I believe that my…

Jacob Quisenberry
- 1,131
- 3
- 20
- 48
0
votes
1 answer
After importing eml to pst using redemption.dll Not maintaining format of Email body for eml.
I have an issue with redemption or may be other. i have eml file which is in proper format in body. but if i import that eml to pst or msg then format of that mail is changes in output file. some new extra lines are getting added or some of font is…

Pratik
- 267
- 4
- 16
0
votes
1 answer
Attaching a msg file to a msg with Redemption
I am working on a proof of concept application, and the end goal is to create a bunch of msg files with attachemnts. So, we have a parent .msg with multiple child .msg files attached. I have managed to create the child msg's fine, but when it…

Christian Phillips
- 18,399
- 8
- 53
- 82
0
votes
1 answer
Themeless Citrix + Kerio + Outlook Programming
Does anybody know something about the constellation of Outlook on Themeless Citrex server and integrated kerio ?
We use some outlook api for retreving and sending mails with outlook.-
But we got some weired problems.
For example Some times we gert a…

Boas Enkler
- 12,264
- 16
- 69
- 143
0
votes
1 answer
Outlook Drag and Drop - ActiveExplorer().Selection() doesn't contain all items
In my Outlook add-in, I'm attempting to obtain information on all items that are dragged and dropped by the user into a MAPI store (I'm using the Redemption library).
My first attempt at this has been to hook into the MessageCreated…

Chris McAtackney
- 5,192
- 8
- 45
- 69
0
votes
1 answer
Outlook Redemption : How to Access RDORules or rules from outlook in c#
I am using Outlook redemption to access all rules from outlook.
How could we get RDORules using Outlook Redemption in c# ?
I have tried accessing this using below code
Microsoft.Office.Interop.Outlook.Application app = new…

Firoz
- 7,224
- 10
- 41
- 56
0
votes
1 answer
Using Outlook Redemption with VB
Ok so here is what I am trying to do: I need to access a bunch of PSTs on my computer, cycle through each email and make a modification to a text tag in the email then finish up with the same PST + modifications. I have found out that I need to use…

Erik Johnson
- 11
- 2
0
votes
1 answer
EWS Body of Email coming back empty?
We are in the process of converting a batch job that processes our bounced emails that we send. We are switching from Redemption to EWS (just upgraded to Exchange 2010 from Exchange 2003). As you know bounced emails come in different forms. I have…

coding4fun
- 8,038
- 13
- 58
- 85
-1
votes
1 answer
Outlook Hangs when running Firebird SQL Statement in Delphi application
I have an app written in Delphi 7, which using Firebird 2.1 db and connects to Outlook via redemption.
when I run a slow query, which took 60-90 seconds, in my app the outlook gets hang.
Can you guys tell me, why this happening and how can I fix…

Vijesh V.Nair
- 157
- 1
- 18
-1
votes
1 answer
Outlook Redemption for EML to MSG Conversion in C#
We are planning to purchase the license of RDO Redemption to achieve EML to MSG conversion. However, before purchasing, we are testing with the Developer version which is working only in debug mode because this version displays a message box when it…

Prakash
- 69
- 1
- 5
-1
votes
2 answers
Failed to create object of Redemption
Earlier the same code was running but when I ran the code yesterday started getting error
at below line of code
Dim rdoSessionToCheck As RDOSession = New RDOSession()
Error:
Creating an instance of the COM component with CLSID…

Dev Monsters
- 13
- 3
-1
votes
2 answers
Unable to get FolderPath from RDOFolder
I am trying to get the RDOFolder Path, It is possible in Interop.Outlook by coding MAPIFolder.FolderPath
string path = rdoFolder.FolderPath

Sarfaraz78615
- 114
- 1
- 7