![]() |
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
|
|||
|
|||
![]()
Hi!
I have such code try { ... } catch(_com_error e) { _bstr_t msg = e.ErrorMessage(); MessageBoxW(NULL, msg, DEFMSGBOXCAPTION, MB_ICONERROR); } Inside the try there is a piece of code iterating through mail items collection inside the MAPIFolder, getting subjects and sender names. Sometimes I get strange error: program hangs somewhere inside the try for about 10 minutes and then i get _com_error with such description "Unknown error - 9ACCCC0F" the error appear very seldom, so I cant repeat it under debugger Have somebody ever faced with such problem? I am using C++\ATL, Visual Studio 7, MS Outlook 2003 Thanks -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is 0x0eedfade exception? | Dmitry Streblechenko | Add-ins for Outlook | 2 | June 20th 06 07:59 PM |
Exception from HRESULT | Laks | Add-ins for Outlook | 1 | May 11th 06 09:24 AM |
Exception at item display | Yury Kudryashov | Add-ins for Outlook | 0 | March 13th 06 06:12 PM |
The folder is full exception | jim | Add-ins for Outlook | 1 | January 16th 06 04:27 PM |
Got exception while QueryInteface | Vinayakc | Add-ins for Outlook | 0 | January 13th 06 08:44 AM |