Source code checked in, #107042
Problem: Malformed XML in -profile when no profiles exist: https://mfcmapi.codeplex.com/workitem/16727 Fix: Move output to end of function
View ArticleClosed Issue: Bug in -profile when no profile exists [16727]
Repro:Run mrmapi on a machine with Exchange or Outlook's MAPI installed but where no profile exists.mrmapi -profile Outlook -o c:\temp\profile.xmlThe resulting XML is malformed:```XML<?xml...
View ArticleNew Post: Unexpected error when sending cancellation for reoccuring meeting
Outlook 2010 keeps crashing when trying to send a cancellation for a reoccuring meeting. Will mfcmapi allow me to delete this reoccuring calendar event? I'm guessing it won't notify the attendees it's...
View ArticleNew Post: Unexpected error when sending cancellation for reoccuring meeting
Right - MFCMAPI will just treat it as an item and delete it. The server may have logic around the deletion, but the client won't do anything.
View ArticleSource code checked in, #107129
Problem: ScrubStringForXML is overly aggressive Fix: Better bound check on invalid/unprintable characters
View ArticleSource code checked in, #107148
Problem: Need counts on other fields in string/unicode/binary prop editors Fxi: Add them - also cleanup style in the file.
View ArticleCreated Unassigned: Parse rule actions [16749]
PidTagExtendedRuleMessageActionshttp://msdn.microsoft.com/en-us/library/ee160434(v=exchg.80).aspx
View ArticleCreated Unassigned: MrMAPI: Request to add an option to access another user's...
MrMAPI: Request to add an option to access another user’s mailbox via service account logon.MrMAPI is a handy tool to use and demonstrate usages of Extended MAPI with Exchange.We see our customer using...
View ArticleNew Post: Unable to open Exchange 2010 users mailbox from exchange 2013's...
Created two super users(1 on exchange 2010 and other on exchange 13 in same organisation) Assigned all necessary permission to these both users in AD. Get-MailboxDatabase | Add-ADPermission -user...
View ArticleSource code checked in, #107284
Problem: Property parsing isn't granular enough to support better XML output. Fix: Parse to better intermediate structures - build UI and XML from there Problem: Need debug builds for MrMAPI Fix: Add them
View ArticleSource code checked in, #107285
Problem: Need RTFSync in single message dialog Fix: Add it
View ArticleReviewed: February 2014 Release (Mar 19, 2014)
Rated 5 Stars (out of 5) - Been using this for ages, and it's very handy. I probably have to say I prefer using Outlook Spy on my own PC, but this is very useful at customer sites.
View ArticleReviewed: February 2014 Release (Mar 19, 2014)
Rated 5 Stars (out of 5) - Been using this for ages, and it's very handy. I probably have to say I prefer using Outlook Spy on my own PC, but this is very useful at customer sites. Thanks Stephen!
View ArticleNew Post: Not able to delete IPM.Rule.Message
Hi all, A user in our organization has a corrupt inbox rule. I have tried to hard delete this rule using MFCMAPI, however I receive: Warning: Code: MAPI_W_PARTIAL_COMPLETION == 0x00040680 Function...
View ArticleNew Post: Not able to delete IPM.Rule.Message
You should look at opening a case to investigate your inbox rule corruption.
View ArticleNew Post: Not able to delete IPM.Rule.Message
Hi Stephen, I didn't open a case. What I did to resolve the issue was export the mailbox to a pst file, delete the mailbox, create a new mailbox for the user, and then imported the pst file. During the...
View ArticleNew Post: Unable to copy all messages in purges folder to a file.
Hi Everyone, I need to find a way to copy all messages in a purges folder in mfcmapi. I can open a message just fine but I need to select all messages and have them go somewhere to open them later if I...
View ArticleSource code checked in, #107601
Problem: Need easy way to test body property changes and content conversion Fix: Add functions to SingleMessageDialog...
View ArticleNew Post: Outlook 2007 does not terminate after the MapiLogonEx
Hi, After looking at the MFCMapi code, I have written a Mapi application which reads all the contacts from address book. On couple of machines(Windows XP with Outlook 2007) I have found that I could...
View ArticleNew Post: Outlook 2007 does not terminate after the MapiLogonEx
MFCMAPI doesn't do anything in particular, but it is a windows application and as such does pump messages - MAPI needs messages to be pumped for the notification subsystem to work properly. Try pumping...
View Article