A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Express Email Newsgroup » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

return 800C013E while calling GetMessageProps in WinMail



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old March 31st 07, 02:03 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
steven song
external usenet poster
 
Posts: 2
Default return 800C013E while calling GetMessageProps in WinMail

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 10:59 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.