Asked By skg
11-Nov-09 10:17 AM
I am able to retrieve pst file path configured in an outlook profile using
profile section successfully but unable to retrieve ost file path
hr =
lpProviderAdmin->OpenProfileSection((LPMAPIUID)pRow->lpProps[0].Value.bin.lpb, NULL, MAPI_MODIFY | MAPI_FORCE_ACCESS, &lpProfSect);
if (!FAILED(hr))
{
hr = lpProfSect -> GetProps((LPSPropTagArray)&pFilePathTag, 0,
&ulPropCnt, &pProps);
if (!FAILED(hr) && pProps->ulPropTag == PR_PST_PATH)
can any one help me with a code snippet or advise how to retrieve the OST
file path ?