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
-1
votes
1 answer
is there way to show preview of outlook email body in winform application
is there way to show exact preview of outlook email body in a windows form using office dlls and outlook plugin ?
it can be achieved using web-browser control by getting the body content.
but i need to show exact same preview such as new outlook…

DevÁsith
- 1,072
- 12
- 38
-1
votes
1 answer
Redemption sending fails after Windows Update with MAPI_E_NO_RECIPIENTS
Redemption: 5.10.0.4312
Delphi 2007/32
MS Office 365 / Outlook 2016 v1710
A Windows update downloaded yesterday ("Feature update to Windows 10, version 1709") has broken Redemption code for sending mail. The simplified code is:
OutlookApp :=…

Zax
- 471
- 1
- 4
- 14
-1
votes
1 answer
I created a tab on the ribbon of outlook ,now i want to retrieve the tab from that ribbon programatically using redemption laibrary
I have created windows Application in Visual studio and created a ribbon in outlook. All that is fine now I have to iterate the tabs from ribbon and find the created tab and again iterate inside the tab to find particular button. All this retrieval…

Soumya Chiniwar
- 55
- 1
- 7
-1
votes
1 answer
Redemption : AddPSTSTORE not setting Display_name
Store = SessionSrc.Stores.AddPSTStore(pst_path,1,'abc')
I am using this to add a pst file to attached pst's of Outlook.The problem is if i use the one below
Store = SessionSrc.Stores.AddPSTStore(pst_path,1)
It adds correctly with display_name of…

vks
- 67,027
- 10
- 91
- 124
-3
votes
1 answer
How do I enable the Redemption Plugin in Outlook 2016 / 365
We were using Outlook 2007 and upgraded to 365...now our application fails with redemption. I have installed the newest version...but it doesnt look enabled in Outlook???
I have tried going in and enabling it but only says use a url or xml…

James
- 7