Link to home
Start Free TrialLog in
Avatar of petr_hlucin
petr_hlucin

asked on

MS Outlook Store implementation

Hi Experts,

I've implemented Store interface (http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.store.aspx) in C#. Now I want to add my store but I can't find the method. CreateStore or CreateStoreEx requires the store to be .PST store.

Could you please point me to the right way how to achieve this?
Avatar of petr_hlucin
petr_hlucin

ASKER

Maybe it is not possible using .NET framework (according to http://stackoverflow.com/questions/3086375/outlook-mapi-store-provider-managed). Where should I look if I was willing to write in in C++?

Please help ...
ASKER CERTIFIED SOLUTION
Avatar of pcunite
pcunite
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you for pointing me to openconnector project - it seems to do almost exactly what I want. Time for me to learn C++ ...
Also look at the MFCMapi project. It is writtne by a Micrsoft employee and shows a lot of cool C++ Extended MAPI code:
http://mfcmapi.codeplex.com/