![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Dear all,
I am using WinMail developing, and when I call IStoreFolder::GetMessageProps, it always return an error code 800C013E. The source code is in the following: IStoreFolder *pSF_; ... if(pSF_ == NULL) { return NULL; } //pSF_ is valid here MESSAGEPROPS msgProps; msgProps.cbSize = sizeof(MESSAGEPROPS); HRESULT hr = pSF_-GetMessageProps(msgId, 0, &msgProps); if(FAILED(hr)) {// hr always equals 800C013E here return NULL; } Please help to give some suggestions. Thank you! Best Regards Steven Song |
Ads |
#2
|
|||
|
|||
![]()
The same source code already supports OE 6 and previous version,
and it can work well. Now we want to support WinMail, and we have the error of 800C013E. |
#3
|
|||
|
|||
![]()
The WinMail-specific newsgroup is microsoft.public.windows.vista.mail.
-- ~Robear Dyer (PA Bear) MS MVP-Windows (IE, OE, Security, Shell/User) AumHa VSOP & Admin; DTS-L.org steven song wrote: Dear all, I am using WinMail developing, and when I call IStoreFolder::GetMessageProps, it always return an error code 800C013E. The source code is in the following: IStoreFolder *pSF_; ... if(pSF_ == NULL) { return NULL; } //pSF_ is valid here MESSAGEPROPS msgProps; msgProps.cbSize = sizeof(MESSAGEPROPS); HRESULT hr = pSF_-GetMessageProps(msgId, 0, &msgProps); if(FAILED(hr)) {// hr always equals 800C013E here return NULL; } Please help to give some suggestions. Thank you! Best Regards Steven Song |
#4
|
|||
|
|||
![]()
Windows Vista Mail Newsgroup:
news://msnews.microsoft.com/microsof...ows.vista.mail -- Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm "steven song" wrote in message ups.com... Dear all, I am using WinMail developing, and when I call IStoreFolder::GetMessageProps, it always return an error code 800C013E. The source code is in the following: IStoreFolder *pSF_; ... if(pSF_ == NULL) { return NULL; } //pSF_ is valid here MESSAGEPROPS msgProps; msgProps.cbSize = sizeof(MESSAGEPROPS); HRESULT hr = pSF_-GetMessageProps(msgId, 0, &msgProps); if(FAILED(hr)) {// hr always equals 800C013E here return NULL; } Please help to give some suggestions. Thank you! Best Regards Steven Song |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OEX Update -- for OE and WinMail | Steve Cochran | Outlook Express | 7 | March 9th 07 11:59 AM |
winmail.dat | Nicolas Macarez | Outlook - General Queries | 4 | September 7th 06 07:52 AM |
Announce: Winmail Opener 1.1 | [email protected] | Outlook - General Queries | 2 | June 18th 06 09:40 AM |
winmail.dat | Boe | Outlook - General Queries | 5 | February 7th 06 01:40 AM |
Winmail.dat - NOT RTF related | [email protected] | Outlook - General Queries | 3 | January 12th 06 11:28 PM |