Source code checked in, #111669
Problem: NULL pointer in unicode Fix: Don't convert null to wstring
View ArticleSource code checked in, #111672
Problem: Inconisistent declaration of MrMAPILogonEx Fix: Fix it
View ArticleSource code checked in, #111675
Problem: I feel the need. The need for speed. Fix: Based on profiling, identified several high volume places in the code we can get minor speed boosts. Including: Adding const& to high traffic...
View ArticleSource code checked in, #111677
Problem: Can't request obscure properties on multiple stores. Fix: Reading props from multiple stores depended on the prop being available in the store table. New code spots MAPI_E_NOT_FOUND and opens...
View ArticleNew Post: .MSG to .EML conversion error
Hi, I'm trying to use MFCMAPI to convert a standard Outlook .msg file to .eml so I can share it with another party. When I use the "Advanced > Import/Export > Convert .msg to .eml" function,...
View ArticleNew Post: .MSG to .EML conversion error
Because you’re installed from 365, I presume you’re using ClickToRun. Unfortunately, the ClickToRun install of Outlook 2013 doesn’t expose the APIs, leading to those errors.If you can get an MSI...
View ArticleNew Post: .MSG to .EML conversion error
I figured it was something like that. Thanks! Greg
View ArticleUpdated Release: September 2015 Release (Sep 02, 2015)
Build: 15.0.0.1043Full release notes at SGriffin's blog.If you just want to run the MFCMAPI or MrMAPI, get the executables. If you want to debug them, get the symbol files and the source.The 64 bit...
View ArticleUpdated Wiki: Home
Project Description MFCMAPI provides access to MAPI stores to facilitate investigation of Exchange and Outlook issues and to provide developers with a sample for MAPI development.September 2015 Release...
View ArticleReleased: September 2015 Release (Sep 02, 2015)
Build: 15.0.0.1043 Full release notes at SGriffin's blog. If you just want to run the MFCMAPI or MrMAPI, get the executables. If you want to debug them, get the symbol files and the source.The 64 bit...
View ArticleUpdated Release: September 2015 Release (Sep 02, 2015)
Build: 15.0.0.1043Full release notes at SGriffin's blog.If you just want to run the MFCMAPI or MrMAPI, get the executables. If you want to debug them, get the symbol files and the source.The 64 bit...
View ArticleNew Post: Mapi tool verse powershell
When I count my archive folder via the following powershell command" Get-Mailboxfolderstatistics -Identity "mymail" -Archive -FolderScope RecoverableItems -IncludeAnalysis I am getting about 20K in...
View ArticleSource code checked in, #111729
Problem: Store EID V3 not getting parsed Fix: Add parser logic
View ArticleNew Post: Should MFCMapi work with Outlook 2016?
Hi, just tried MFCMapi on a clean newly setup Windows 10/Outlook 2016 system (both x64). Should that run? Im getting MAPI_E_CALL_FAILED on MAPIInitialize when trying to logon via MFCMapi.
View ArticleNew Post: Should MFCMapi work with Outlook 2016?
You can ignore the question i was sure the incredible "no questions asked"-Installer for Office 2016 would install the x64 version on a x64 system but it didn't. Remember never assume that an installer...
View ArticleCommented Unassigned: Crashing at logon [17449]
Windows 7 SP2, Outlook 2010 SP2, Exchange Online mailbox. After opening MFCMAPI, I select Session>logon. The prompt to select a profile appears. I select the profile, and the application crashes...
View Article