New Post: importing a MFCMAPI profile
is there any way to export a MFCMAPI profile tweak it and add it to a new Windows logon or a new machine? I think it would help to create a debug profile to use on different machines instead of typing...
View ArticleNew Post: MAPIInitialize and Outlook 2016
Hoping to find a bit of insight here with a particular issue we have noticed. In using the MFCMAPI application (September 2015 release, both 32bit and 64bit) and trying to connect/logon to Outlook 2016...
View ArticleNew Post: MAPIInitialize and Outlook 2016
The only time I've seen this is when I accidently had a old version of the c-runtime on my path. So look for msvcr*.dll being loaded from odd directories and see if removing them allows you to load.
View ArticleNew Post: Removing Corrupt Appointments Outlook 2013/Exchange 2010
Hey guys, hope this is ok to post here. I have one user who has some older appointments that cannot be deleted from the deleted items folder. It is only this user (that's reported at least) and the...
View ArticleNew Post: Missing Quick Steps in IMAP PST Outlook 2010
I am new here. I have a problem and I hope someone can help me. I wanted to copy my quick steps and was happy to find a link which describes a workaround to do...
View ArticleNew Post: Programmatically create profile in Outlook 2016
Hi, For Outlook 2010, 2013 it was possible to programmatically create Outlook profile and set up all necessary RPC_OVER_HTTP connection settings via MAPI like in this article:...
View ArticleNew Post: mfcmapi using Exchange 2016?
Hello, I read that Exchange 2016 does not support CDO-MAPI. But if I am using an Outlook-2013-MAPI-profile, will this still work with mfcmapi? A first connection test is successful, but if I want to...
View ArticleNew Post: mfcmapi using Exchange 2016?
Hi George, Is MAPI over HTTP enabled in the Exchange Organisation? In that case it is currently not possible to open other user's mailboxes, This seems to be a known issue for the Outlook 2013 MAPI....
View ArticleNew Post: mfcmapi using Exchange 2016?
Hi Niels, the protocol Outlook used on my system was "HTTP". After Set-OrganizationConfig -MapiHttpEnabled $false and waiting for a while I started mfcmapi and I was able to open other mailboxes via...
View ArticleCreated Unassigned: Unable to open other mailboxes with outlook 2016 [17566]
I upgraded to Outlook 2016 and since them I'm unable to open another mailboxes from either options. I get bellow three errors.0x18a8 06:48:16.950PM 10-29-2015 0x00000040: Error: Code: MAPI_E_NOT_FOUND...
View ArticleNew Post: MFCMAPI integration to Powershell
Inegration is probably the wrong term... Basically we have a number of users who have and incorrect entry in their Receive Folder Table causing calendar invites to never show in their inbox. We can...
View ArticleNew Post: With Outlook 2016, calling MapiInitialize() disallows writing to...
I first noticed this in our own app, but took awhile to figure out root cause was that SetValue calls to registry were not really setting values (and no errors or exceptions returned). So finally made...
View ArticleNew Post: Outlook 2010, "Read Receipt" msg stuck in outbox
Hi, Have a message (pure text message, w/o any attachment) stuck in outlook (using outlook 2010, 32bit, Windows 7). When trying to send out messages, all messages will send out except the one...
View ArticleNew Post: Error E_NOTIMPL (0x80004001) when deleting Schedule+EMS rule
Hi, I'm trying to delete delegate rule as users receive NDR due to deleted delegate account. From manager profile I find the rule but when trying to delete it return error like: Code: E_NOTIMPL ==...
View ArticleNew Post: Look into AdminAuditLogs
Hello! Is there any way to view content of the AdminAuditLogs folder under the Recoverable Items folder?
View ArticleNew Post: Remove Private/Privacy Flag For Multiple Emails
On a daily basis, I receive emails as part of a distribution list, marked as "Private". When marked as Private, I cannot edit the Subject Line, which is something I need to be able to do. I have been...
View ArticleNew Post: Issues with Hotmail & Outlook using Exchange ActiveSync
I seem to have an ongoing problem with my Hotmail account in Outlook, which uses Exchange ActiveSync. I'll rebuild my profile, but eventually it will stop synchronizing. I'll make a bunch of changes in...
View ArticleReviewed: September 2015 Release (Feb 29, 2016)
Rated 5 Stars (out of 5) - Great tool. Used it to hide the RSS folder. Very easy to use and fantastic that the source code is available for it. Thanks!
View ArticleNew Post: how to call 2003 version api to load auto complete stream?
HI, I know in 2007 or later, we can use below code to load auto complete stream: Microsoft.Office.Interop.Outlook.Application oApp = Globals.ThisAddIn.Application;...
View ArticleNew Post: Error E_NOTIMPL (0x80004001) when deleting Schedule+EMS rule
Hi GilD, I am not sure if it's same, but would you please check if it helps ?https://www.youtube.com/watch?v=rFKqcIG5Enk Best Regards, Jatin
View Article