mfcmapi
mfcmapi copied to clipboard
MFCMAPI
In https://social.msdn.microsoft.com/Forums/office/en-US/d1cbdc2e-b63d-4fe6-b062-d6ceb16b2abd/whats-the-binary-data-format-of-clientside-rules-ipmruleorganizer-property-0x68020102?forum=outlookdev: I've reverse engineered the file format in a Swift project, found at https://github.com/hughbe/OutlookRulesReader.  I've also written a specification here: https://github.com/hughbe/OutlookRulesReader/blob/master/docs/RWZ%20Format.pdf Would you...
Some ideas: Map guids to names Map dispids to names Include id/kind in output - esp if we map dispids
Right now I am able to display contents of a folder in a nice table within MFCMAPI. It would be super helpful if we could export the data in the...
These are oft files attached as ATTACH_BY_VALUE with essentially an MSG file in PR_ATTACH_DATA_BIN stream. Should be able to hydrate this to an in memory IMessage and display. View attachments...
Haven’t been able to find any documentation for my specific use case either online or from `mrmapi -?` so thought I would ask here. I would like to pass `mrmapi.exe`...
So far, https://microsoft.artifacts.visualstudio.com/_apis/Symbol/symsrv/ appears to work in Visual Studio. Got this from debugging - would like to have backing documentation as well...
For IPM.DistList items, I don't see any way to see the DistList members. Recipients table is empty.
I can successfully convert some `.msg` files to `.eml`, but one `.msg` file I cannot. It's a delivery notification that has `PR_MESSAGE_CLASS_W = REPORT.IPM.Note.NDR`. No `.eml` file is generated if...
If opening multiple addressbook dialogs and opening multiple address-details-dialogs parallel you must close these details dialogs in the order, that the latest opened dialog must be closed first. If closing...
Sometimes I get ~~nervous on airplanes~~ compressed RTF from the debugger and need a way to view it. I should be able to hack up an editor for this