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 ?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"skg" <s...@discussions.microsoft.com> wrote in message
news:2FEF538F-2095-4F5C...@microsoft.com...
i will try the global profile section and let you know
http://support.microsoft.com/default.aspx/kb/188482
thanks again
"Dmitry Streblechenko" wrote:
> .
>