mfcmapi
mfcmapi copied to clipboard
LaunchWizard Fails
Suspect this is a 2016 C2R issue: Code: MAPI_E_NO_SUPPORT == 0x80040102 Function File c:\projects\mfcmapi\mapi\mapiprofilefunctions.cpp Line 40
// Call LaunchWizard to add the service.
WC_MAPI(LaunchWizard(hParentWnd, ulFlags, szServices, cchProfName, szProfName));
if (MAPI_E_CALL_FAILED == hRes)
{
CHECKHRESMSG(hRes, IDS_LAUNCHWIZARDFAILED);
}
else
CHECKHRES(hRes);
Suspect OLCFG.exe broke this