Category "outlook-redemption"

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 t

Is it possible to change the Outlook appointment organizer using Redemption?

I have some meetings that were exported to PST's from another instance of Exchange and then were imported to our Exchange environment using the New-MailboxImpor

Is it possible to change the Outlook appointment organizer using Redemption?

I have some meetings that were exported to PST's from another instance of Exchange and then were imported to our Exchange environment using the New-MailboxImpor

How to create an Outlook .msg file with Redemption C# that has an HTML body?

I can't seem to get any formatting when creating a HTML format .msg file. The text shows up in the body but the HTML formatting is not applied. Any suggestions

Outlook Redemption error in MS Access: ActiveX component can't create object

Code: Dim Application As Object, namespace As Object Set Application = CreateObject("Outlook.Application") Set namespace = Application.GetNamespace

Error when creating new RDOSession using RedemptionLoader

Below is my code: RDOSession pstSession = null; string binPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); RedemptionLoader.DllLocation6

Getting Outlook Redemption to work on 64-bit operating systems?

Our servers are upgrading to Windows 10 64-bit (which is also using Office 64-bit products) and I noticed that in this environment, the old Outlook Redemption c

Need to get Type of operation performed on Mail

I want to generate EmailThreading .. Can some one advise, which field i can use from Redemption to get TypeOf(Replied,Forwared etc..)for given mail chain. Let

MAPI_E_NO_ACCESS error setting RDOPstStore property

I'm attempting to set (actually clear) the PR_PST_PASSWORD property on a PST file using Redemption thusly: RDOSession session = new RDOSession(); RDOPstStore s

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

Is it possible to access redemption method of outlook add in using windows services

I have created outlook addin in C# to storing mail subjects in SQLite database using redemption(background). Can we access redemption method/Class of outlook ad

Change MAPI profile exchange service OST file with profman/redemption

I need to do the steps 9-12 that are exlained in this KB programatically with profman/redemption on an existing exchange MAPI profile (not while it's being crea

get attachment id from redemption or RDO MAil

I'm developping an outlook addIn using C# and I need to get attachment id from redemption or RDO MAil. how's that? Thank you