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
3
votes
1 answer
Retrieving original headers using Outlook Redemption
I'm working on a piece of Outlook automation that takes mail placed in a specific folder and exports it as an RFC822 formatted mail message. This output file will then be fed to the SpamAssassin tool sa-learn.exe.
For Each oItem In oFolder.Items
…

amber
- 1,067
- 3
- 22
- 42
2
votes
1 answer
Outlook Redemption - Change the default inbox while reading emails
I'm trying to read a different Inbox for another account with one user. So if I'm user Bob and I have access to mailboxes bob@domain.comandalerts@domain.com I want to use Outlook Redemptions to read the alerts@domain.com mailbox.
Currently I have it…

EKet
- 7,272
- 15
- 52
- 72
2
votes
1 answer
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? It's imperative that the app isn't rejected by…

JeremyDay
- 430
- 6
- 19
2
votes
0 answers
Redemption can't send mail from mailbox Exchange 2016
I have multi mailboxs connecting into one domain.
My machine have Redemption version 5.22 with Outlook 2013.
The mailboxs from serveur Exchange 2013 can login and send the mails. But the mailbox Exchange 2016 can just login and can't send mail…

Antoine V
- 6,998
- 2
- 11
- 34
2
votes
0 answers
Crash when using SafeMailItem (fault in mso20win32client.dll)
We use Redemption since many years. Since few days many of our clients have issues when they use our plugin for Outlook. We changed nothing in our app.
I did some traces and found that the line Set CourielOutlook = New Redemption.SafeMailItem…

Benoit Tremblay
- 21
- 1
2
votes
1 answer
How to know whether a mail was sent or saved, while displayed?
Initial situation
creating an IRDOMail in drafts, then modifying and saving it
displaying it modal via IRDOMail.Display
the user then edits the mail and sends, saves or closes it
then using NameSpace.SendAndRecive to potentially initiate immediate…

Toby K.
- 21
- 1
2
votes
0 answers
Check User/mailbox have Public Folders Root Permission/Permission Level using Redemption
How can I check that a user can access Public Folder(Have Public Folders Root Permission/Permission Level) or not, Using Redemption ?
I am using following method to access Public Folders. I want to abort this process if user have not Public Folders…

A_kumar
- 401
- 1
- 4
- 12
2
votes
1 answer
MAPI: Most efficient way to iterate through all the folders and items in a mailbox
I'm trying to index items inside an exchange mailbox so: What is the most efficient way to iterate through all the folders and items in an exchange mailbox using MAPI and/or Redemption Data Objects (RDO)?
I know RDOFolder.GetAllChildFolders (and…

Hannes de Jager
- 2,903
- 6
- 37
- 57
2
votes
2 answers
Using Redemption dll (Outlook) on a 64 bit machine
I have an exe that I have installed on my 32 bit machine, it loops through logged in users Inbox and works fine, (NB I still havent got it working for another user (see here) any ideas there would be appreciated as well!).
But when I install it on…

Paul Rowland
- 8,244
- 12
- 55
- 76
2
votes
1 answer
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 sent to me (see below code).
When I change the…

Paul Rowland
- 8,244
- 12
- 55
- 76
2
votes
0 answers
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 get_Fields():
foreach (RDOStore store in…

Kapil
- 9,469
- 10
- 40
- 53
2
votes
2 answers
Move multiple mails to a folder in a different store
I'm using Outlook Redemption library (http://www.dimastr.com/redemption/home.htm) for my Outlook AddIn. I want to move multiple mails from an exchange account to a PST store.
onlineAccountFolder.Items.MoveMultiple(onlineEntryIds,…

pego
- 117
- 1
- 9
2
votes
0 answers
Redemption - LogonHostedExchangeMailbox error
Trying to login to an Office 365 Mailbox and list the contents.
I have the latest version of outlook (64 bit) installed via Office 365
I am getting this error
Error in IMAPISession::OpenEntry: MAPI_E_UNKNOWN_FLAGS
Here is what redemption says are…

JCircio
- 525
- 2
- 7
- 18
2
votes
1 answer
Save Outlook.MailItem Async?
Is there any way to save an Outlook.MailItem as a .msg file in an asynchronous way?
I'm using:
MailItem.SaveAs("path", Outlook.OlSaveAsType.olMSG);
But it's slow.

Anderson Rissardi
- 2,377
- 1
- 16
- 21
2
votes
0 answers
Redemption: first attempt to SaveAs on sent item fails after trying to get server message-id
Following on from this thread, I am encountering failures for the first attempt to call SaveAs on an RDOMail object, after using the suggested method in the linked answer to get the server's Message-ID header. I want to get the server message-id…

sasfrog
- 2,410
- 1
- 17
- 28