I have already written it. Snapshot alone doesn't solve all problems. And I can't give remote session of my office computer. Upload one attachment of type MSG and follow the steps that you have followed before. You will get this issue. And if you didn't knew what the problem was what were you trying to repro in you first comment.
↧
New Post: Double clicking on attachment row gives a new window
↧
New Post: Unexpected behaviour
Why should MFCMAPI make the news? Its just a tool. Did I say MFCMAPI made the news? This is a bug issue according to me. If its not, update it accordingly.
↧
↧
New Post: Unexpected behaviour
Because MAPI subsystem is the last update that Microsoft is releasing was in the news lately.Please explain this sentence. What news item are you referencing?
As for this issue - I already noted that you'd need to reproduce something with a version of Outlook/Exchange that's still under support.
↧
New Post: Double clicking on attachment row gives a new window
I tried your steps as best as I could decipher them. I didn't see anything unusual. So either I saw your problem, but because I know what I'm looking at, didn't think it was a problem, or I didn't. Either way, I still don't know what the issue is.
You asked "Which window is this?". You never mentioned a window before asking this, so I have no idea what window you're talking about. That's why I thought a screenshot might help.
You asked "Which window is this?". You never mentioned a window before asking this, so I have no idea what window you're talking about. That's why I thought a screenshot might help.
↧
New Post: Double clicking on attachment row gives a new window
The snapshot of the window is here: https://drive.google.com/file/d/0B-HehCULUfL6b3p1Z2hRM2J3bGc/edit?usp=sharing
↧
↧
New Post: Unexpected behaviour
↧
New Post: Unexpected behaviour
Thanks for reading my blog, though I'd hardly call it news. The MAPI download is a separate beast from Outlook. We may not release any more updates for that download, but Outlook is still in active development.
↧
New Post: Double clicking on attachment row gives a new window
Ok - the attachment there was an embedded message. When you double click on an embedded message, I open the attachment as a message and display a viewer for it. This is not only what I would expect here - it's something I put a lot of time into making happen.
↧
New Post: Double clicking on attachment row gives a new window
There's nothing wrong in here?
↧
↧
New Post: Unexpected behaviour
I was talking about MAPI subsystem only, not Outlook.
↧
New Post: Double clicking on attachment row gives a new window
You tell me. Is there something I should be seeing as wrong?
↧
New Post: Unexpected behaviour
You said:
Exchange 2007, Outlook 2007 32 bit, cached.
Exchange 2007, Outlook 2007 32 bit, cached.
↧
New Post: Double clicking on attachment row gives a new window
That window doesn't come up when another attachment other than MSG is attached.
↧
↧
New Post: Double clicking on attachment row gives a new window
Right. I didn't code a special viewer for generic attachment objects. You can see the properties in the lower pane.
↧
New Post: Permanent Removal of search folders in Outlook 2010
Hi,
Does anyone know how to permanently remove the search folders from the outlook tree please? I did it once before when I found the link shown below and found the correct folder to remove them but now I have a new laptop I have not been able to do it again.
http://www.outlookforums.com/threads/85913-permanent-removal-of-rss-feeds-folder-amd-search-folder-in-outlook-2010/
Thank you,
Bowater
Does anyone know how to permanently remove the search folders from the outlook tree please? I did it once before when I found the link shown below and found the correct folder to remove them but now I have a new laptop I have not been able to do it again.
http://www.outlookforums.com/threads/85913-permanent-removal-of-rss-feeds-folder-amd-search-folder-in-outlook-2010/
Thank you,
Bowater
↧
New Post: PR_ATTACH_FILENAME showing wrong value
support.microsoft.com/kb/260294 also gives solution to this problem.
↧
New Post: MFCMAPI not working
Hi Team,
I have installed Thunderbird and made it default email client. I have also added one mailbox in it to see if it its working properly or not, although this information isn't necessary. I have also installed Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1 March 2014 Update. MFCMAPI gives the following error:
Error:
MAPIInitialize failed with error 0x80004005 == MAPI_E_CALL_FAILED.
...
In file MapiObjects.cpp
On line 120
If I follow the same steps where Outlook is installed and ThunderBird is default client then MFCMAPI works properly. Kindly explain the reason.
Thanks & regards,
Talib Hussain
I have installed Thunderbird and made it default email client. I have also added one mailbox in it to see if it its working properly or not, although this information isn't necessary. I have also installed Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1 March 2014 Update. MFCMAPI gives the following error:
Error:
MAPIInitialize failed with error 0x80004005 == MAPI_E_CALL_FAILED.
...
In file MapiObjects.cpp
On line 120
If I follow the same steps where Outlook is installed and ThunderBird is default client then MFCMAPI works properly. Kindly explain the reason.
Thanks & regards,
Talib Hussain
↧
↧
New Post: MFCMAPI not working
Most likely Thunderbird still installs it's own implementation of mapi32.dll instead of using the documented stub library mechanism.
↧
New Post: Stuck message in OUTBOX, Outlook 2013
I have a message that I can't open nor delete in the outbox (Outlook 2013). Tried opening Outlook in safe mode, Windows in safe mode, Outlook in Offline mode, etc etc. Outlook gives no message at all when I attempt to delete the message, and something like "Can't open message when it's being sent" when I try to open it. The message has a 106KB attachment if that matters.
So through trying countless things I found on Google, I found MFCMAPI. It opens my .pst file fine, and I can see the message I want to delete in MFCMAPI. But when I try to delete it, MFCMAPI returns:
Warning:
Code: MAPI_W_PARTIAL_COMPLETION == 0x00040680
Function lpSourceFolder->CopyMessages( lpEIDs, NULL, lpWasteFolder, lpProgress ? (ULONG_PTR)hWnd : NULL, lpProgress, ulCopyFlags)
File MAPIFunctions.cpp
Line 998
THEN:
Warning:
Code: MAPI_W_PARTIAL_COMPLETION == 0x00040680
Function DeleteToDeletedItems( lpMDB, (LPMAPIFOLDER) m_lpContainer, lpEIDs, m_hWnd)
File FolderDlg.cpp
Line 695
Yes, I ran MFCMAPI in Administrator mode. When I attempt to delete the attachment, I get:
Error:
Code: MAPI_E_NO_ACCESS == 0x80070005
Function DeleteAttachments( lpMessage, lpszAttName, m_hWnd)
File FolderDlg.cpp
Line 609
I've even tried to edit the message status to "0x00000100 MSGSTATUS_DRAFT", hoping that might un-stick it in Outlook, but MFCMAPI doesn't let me do that either.
MFCMAPI works fine if I delete a message from any other folder, but simply will not delete my "stuck" message from my Outbox.
Any suggestions?
Thanks,
Scott
So through trying countless things I found on Google, I found MFCMAPI. It opens my .pst file fine, and I can see the message I want to delete in MFCMAPI. But when I try to delete it, MFCMAPI returns:
Warning:
Code: MAPI_W_PARTIAL_COMPLETION == 0x00040680
Function lpSourceFolder->CopyMessages( lpEIDs, NULL, lpWasteFolder, lpProgress ? (ULONG_PTR)hWnd : NULL, lpProgress, ulCopyFlags)
File MAPIFunctions.cpp
Line 998
THEN:
Warning:
Code: MAPI_W_PARTIAL_COMPLETION == 0x00040680
Function DeleteToDeletedItems( lpMDB, (LPMAPIFOLDER) m_lpContainer, lpEIDs, m_hWnd)
File FolderDlg.cpp
Line 695
Yes, I ran MFCMAPI in Administrator mode. When I attempt to delete the attachment, I get:
Error:
Code: MAPI_E_NO_ACCESS == 0x80070005
Function DeleteAttachments( lpMessage, lpszAttName, m_hWnd)
File FolderDlg.cpp
Line 609
I've even tried to edit the message status to "0x00000100 MSGSTATUS_DRAFT", hoping that might un-stick it in Outlook, but MFCMAPI doesn't let me do that either.
MFCMAPI works fine if I delete a message from any other folder, but simply will not delete my "stuck" message from my Outbox.
Any suggestions?
Thanks,
Scott
↧
New Post: Cannot access Outlook 2013 64-bit files
I too am trying to resolve an Outlook 2013 problem and am also running 64-bit Outlook on Windows 8 64-bit. I downloaded the 64 bit version of MFCMAPI from February of this year but it's not working. I get the error message "Either there is no default mail client or the current mail client cannot fulfill the messaging request." Outlook is set as the default.
↧