outlook-redemption

Programatically accessing "Offline Address book" using Redemption

How to access "Offline Address Book" (from exchange server/outlook configured to exchange machine) using Redemption (C#). I am looking for some sample code to proceed with my task. ...

Exchange 2010 - Exchange MAPI connection problem

I have a software solution for Exchange 2000/2003/2007 and now hopefully after this for 2010. The software runs on the server and uses Exchange MAPI through RDO to talk the the exchange server, retrieving emails inside mailboxes. All works fine on Exchange 2000/2003/2007 but 2010 just won't budge. Keep on getting this error when trying ...

Using Redemption, How can I add a default Signature to an outgoing Email Message?

Here is the code that I am using. I have spent some time looking at the Redemption objects, but, nothing jumps out at me: public static bool PopEmail(string domainUserName, string mSubject, string mBody, string mTo, string mCc = "", string mBcc = "", List<String> fileAttachments = null) { log.Info("Starting to Pop Outloo...

Read updated message body in Outlook 2003

I have an application that uses the Redemption library. A user can open a meeting and add some notes to a cancellation. Prior to them editing it, the message body is already set with some default text. Is there a way to get the new updated message body after the message is open and before the message is sent? Using safeItem.Body wh...

How to get Outlook Redemption.dll to self register during a click once install?

can't seem to figure it out... I need to copy Redemption.dll to a folder (eg. C:\Program Files (x86)\Redemption) and then regsvr32 it. I also need this to happen if Redemption.dll already exists on a users machine (i want to replace and re-register it with the dll included in my click once installation) btw, this is a vsto outlook plug...