You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import MSG file(s) into a folder of an Internet Folders store (an IMAP account). When I open the target folder and execute Folder > Import > From MSG... with Load message into current folder style, MFCMapi throws access violation at:
Interestingly the message does actually appear in the store and I can see it in the Outlook, however, restarting MFCMapi and logging into a session after each file is slightly inconvenient, as I have thousands files to import.
Anything I can do? I tried to pass various flags to SaveChanges but it did not help.
(I can drag & drop the MSG files into the folder using Outlook, however, they will have received dates of the import, not of the original files.)
MFCMAPI version 16.0.0.1044
Outlook Version: 16.0.16811.20004
The text was updated successfully, but these errors were encountered:
I am trying to import MSG file(s) into a folder of an Internet Folders store (an IMAP account). When I open the target folder and execute Folder > Import > From MSG... with Load message into current folder style, MFCMapi throws access violation at:
mfcmapi/core/mapi/mapiFile.cpp
Line 128 in 2973607
with the following call stack:
Interestingly the message does actually appear in the store and I can see it in the Outlook, however, restarting MFCMapi and logging into a session after each file is slightly inconvenient, as I have thousands files to import.
Anything I can do? I tried to pass various flags to
SaveChanges
but it did not help.(I can drag & drop the MSG files into the folder using Outlook, however, they will have received dates of the import, not of the original files.)
MFCMAPI version 16.0.0.1044
Outlook Version: 16.0.16811.20004
The text was updated successfully, but these errors were encountered: