How to manipulate local rules such as those used by a PST store? I want to copy rules of existing profile of 2013 exchange and add into new profile of 2016 exch
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
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
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
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
Code: Dim Application As Object, namespace As Object Set Application = CreateObject("Outlook.Application") Set namespace = Application.GetNamespace
Below is my code: RDOSession pstSession = null; string binPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); RedemptionLoader.DllLocation6
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
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
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
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
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
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
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
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