|
|
|
date: Fri, 2 May 2008 03:53:56 -0700 (PDT),
group: microsoft.public.platformsdk.mapi
back
Re: LPSZA or LPSZW
Hello,
thanks for an instant reply.
I cannot access the property i am doing like this:
ULONG ipmroottype;
hr=msg_store->OpenEntry(ipm_eid->Value.bin.cb,(ENTRYID*)ipm_eid-
>Value.bin.lpb,NULL,1,&ipmroottype,(IUnknown**)&ipmroot);
SPropValue *store_mask_value;
SizedSPropTagArray(1,columns)={1,{PR_STORE_SUPPORT_MASK}};
ULONG pcount;
LPSPropValue lpsprop=NULL;
hr=msg_store->GetProps((SPropTagArray*)&columns,
0,&pcount,&store_mask_value);
All i am getting is:
ul 344061
ulproptag 873267203
I dont know what to do with this result and how to interpret.
Also i dont have STORE_UNICODE_OK flag?
Help me
miztaken
date: Sun, 4 May 2008 01:21:32 -0700 (PDT)
author: unknown
Re: LPSZA or LPSZW
Doyou see that property in MFCMAPI or OutlookSpy?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
wrote in message
news:44d41499-61d0-46f6-8e12-cc560e8718c1@q1g2000prf.googlegroups.com...
> Hello,
> thanks for an instant reply.
> I cannot access the property i am doing like this:
>
> ULONG ipmroottype;
> hr=msg_store->OpenEntry(ipm_eid->Value.bin.cb,(ENTRYID*)ipm_eid-
>>Value.bin.lpb,NULL,1,&ipmroottype,(IUnknown**)&ipmroot);
> SPropValue *store_mask_value;
> SizedSPropTagArray(1,columns)={1,{PR_STORE_SUPPORT_MASK}};
> ULONG pcount;
> LPSPropValue lpsprop=NULL;
> hr=msg_store->GetProps((SPropTagArray*)&columns,
> 0,&pcount,&store_mask_value);
>
> All i am getting is:
> ul 344061
> ulproptag 873267203
>
> I dont know what to do with this result and how to interpret.
>
> Also i dont have STORE_UNICODE_OK flag?
>
> Help me
> miztaken
>
>
date: Mon, 5 May 2008 13:55:17 -0700
author: Dmitry Streblechenko
|
|