When running MrMapi built in debug mode for any command requiring a folder spec, exception is taken on corrupt heap.
Example command line: MrMAPI -Contents -Profile "Outlook" -Folder "IPM_SUBTREE\Drafts" -List
Problem found to be an invalid count parameter to wcscpy_s() at line 133 in MMFolder.cpp in the current version of the source. Count is bytes, should be characters.
Sorry, I'm not set up to contribute patches.
Example command line: MrMAPI -Contents -Profile "Outlook" -Folder "IPM_SUBTREE\Drafts" -List
Problem found to be an invalid count parameter to wcscpy_s() at line 133 in MMFolder.cpp in the current version of the source. Count is bytes, should be characters.
Sorry, I'm not set up to contribute patches.