New 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 ArticleNew Post: Inbox Rule for sent Email
Hi All, I have Outlook 2013 & set up an Inbox Rule for Email to be forwarded when New Email comes. I would like to ask that if I have lot of Inbox Rules and I don't want to check one by one. Is...
View ArticleNew Post: Help Restoring Outlook Calendar
I used MFCMAPI to delete my outlook default calendar because I accidentally uploaded a TON of events through a CSV import. My Outlook account is for work, so the delete didn't remove the calendar from...
View ArticleNew Post: Convert MSG to EML: Error Code 0x800CCC1E
Hi, I'm trying to convert a delivery report using Advanced > Import / Export > Convert MSG to EML but I only get the following error(s): Error: Code: 0x800CCC1E == 0x800CCC1E Function...
View ArticleNew Post: View Encryption Certificates with MFCMAPI
I just learned about MFCMAPI today and I am wondering if it can help me resolve an odd problem with email encryption. I installed a valid email encryption certificate on a Windows 7 machine running...
View ArticleNew Post: ipm.document to ipm.note converter?
I'm trying to import tons of emails stored on Sharepoint on prem 2007 to our Veritas ev.vault cloud so we can turn off those servers. We've moved to SPO and O365. I opened the sharepoint list in...
View ArticleNew Post: Issue Moving Inbox Folder
One of my users managed to move his inbox beneath his calendar (he does not know how, he did it on his iPhone) and we're unable to move it back. Every time we try it generates the following error:...
View ArticleNew Post: No Reminders folder
I just tried MCMAPI for the first time. I'm still on Outlook 2007, and my mailbox is on an Exchange server. Looks like a potentially useful tool, but I'm not seeing the Reminders folder at all. Ideas?
View ArticleNew Post: No Reminders folder
Starting Outlook with the /cleanreminders resolved my issue.
View ArticleNew Post: Error deleting reminders folder
Hi, I was having some issuses with users where their reminders in outlook stopped popping up. Having checked everything else, I tried deleting the reminders folder via mfcmapi tools, and rebuilding via...
View ArticleNew Post: MFCMAPI for Exchange 2016
Since MFCMAPI requires MAPI CDO which is no longer available for Exchange 2016 what is the replacement product to use with Exchange 2016?
View ArticleNew Post: MFCMAPI for Exchange 2016
Viper, The September 2, 2015 build is working fine in my Exchange 2016 CU2 test environment with MapiOverHttp enabled or disabled. John
View ArticleNew Post: How Conversation Index generate in every email
I need to pass conversation Index in email header and make chain of email,but my code in csharp if possible to send ? Please help generate new Conversation Index in csharp like this :...
View ArticleNew Post: Viewing the connection protocol for an Outlook profile
Hi, It would be nice to see sample code how to retrieve the connection status, especially the used protocol in MFC MAPI. Outlook can show the connection status using "right click and control" on the...
View ArticleNew Post: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002
As the title shows, I'm receiving an error (MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002) when trying to export the AutoComplete cache. I get 3 different dialogue boxes that all say that same error,...
View ArticleNew Post: Any way to change the order of accounts (including shared mailbox)?
Hi I have access to a few shared mailbox (added automatically to my Outlook). Is there a way to change the order in which they appear? They are currently shown in alphabetical order and would like to...
View ArticleNew Post: Any way to change the order of accounts (including shared mailbox)?
Sometime, we forget the most obvious things! A simple drag-and-drop directly in Outlook can solve my issue
View ArticleNew Post: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002
Can you give me repro steps? I don't recall writing a routine specifically to export the autocomplete cache (and can't find one in the code either).
View Article