I've had a few headaches trying to use Outlook and Redemption in my VB .Net application. Is there a guide anywhere on the net that describes the MAPI protocol and how I might go about using it to interact with a connection to Exchange server?

I know that there's a serious risk of creating more headaches by trying this approach, but I'm interested none the less.

TIA, Dave --Trindaz on Fedang #MAPI-guide

link|improve this question

52% accept rate
feedback

2 Answers

Don't use MAPI from .NET. It's not supported by Microsoft due to some collisions between the GC and MAPI internal memory management.

On the clientside, you can use the Outlook Object model, Redemption. On the server side, use Exchange WebServices for Exchange 2007/2010 and WebDAV or CdoEx for Exchange 2000/2003.

link|improve this answer
feedback

Interesting reading here > http://msdn.microsoft.com/en-us/library/bb821147(v=office.12).aspx

May not do the job yet though - I'm specifically looking for a way to use Redemption to use RPC over HTTP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.