What steps should i made for working with Redemption (need export to PST) on clear machine?
- Install Redemption.dll
- Install my app
- Install standalone version of MAPI
What else i need to do?
Now:
session = new RDOSessionClass();
- work
store = mSession.LogonPstStore(filePath, rdoStoreType.olStoreDefault, null, null, null);
- throw exception: Error in IMsgServiceAdmin.CreateMsgService: MAPI_E_NOT_FOUND
Should application installer to do something with MAPISVC.ini or something else?