Released: August 2014 Release (Aug 13, 2014)
Build: 15.0.0.1042 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: August 2014 Release (Aug 13, 2014)
Build: 15.0.0.1042Full 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 ArticleSource code checked in, #109127
Problem: Bunch of annotation issues Fix: Correct annotations
View ArticleSource code checked in, #109128
Problem: Bunch of C6102 analysis errors Fix: Correct them
View ArticleSource code checked in, #109130
Problem: Last few code analysis issues Fix: Squash them
View ArticleSource code checked in, #109142
Problem: 64 bit format specifier issues Fix: Copious casting
View ArticleSource code checked in, #109143
Problem: OnEditAction1 has a large stack footprint Fix: Break out the cases to functions
View ArticleReviewed: August 2014 Release (Aug 21, 2014)
Rated 5 Stars (out of 5) - I managed to use this to remove unwanted email flag notifications such as "this message has been forwarded/replied on". very nice stuff. thanks.
View ArticleSource code checked in, #109212
Problem: Need to reduce complexity of InterpretProp Fix: First pass - remove type
View ArticleSource code checked in, #109218
Problem: Further reduce InterpretProp complexity Fix: Take out property name parsing.
View ArticleSource code checked in, #109221
Problem: InterpretProp cleanup pt4 Fix: Remove PropStrings
View ArticleNew Post: Query for message delivery location
Hello, We would like to use MRMAPI to query for the message delivery locations for the exchange account configured in the default outlook profile. We want to identify which users have set their...
View ArticleNew Post: Query for message delivery location
You want to dump the Receive Folder Table. I just added that in the last update.
View ArticleNew Post: Query for message delivery location
Hello, I just ran the receive folder option and how would this tell me if the user is using a PST or an OST to delever his mail to?
View ArticleNew Post: Query for message delivery location
Are you able to make the determination with MFCMAPI? If so, what properties are you looking at?
View ArticleSource code checked in, #109229
Problem: InterpretProp cleanup, final part Fix: Rename InterpretProp to NameIDToStrings, relocate function.
View ArticleSource code checked in, #109230
Problem: Named prop parsing is too much string fiddling Fix: Convert parser to wstring, convert cache to wstring and vector
View Article