Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Code: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002 #9

Closed
EthericData opened this issue Dec 10, 2016 · 2 comments
Closed

Error Code: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002 #9

EthericData opened this issue Dec 10, 2016 · 2 comments

Comments

@EthericData
Copy link

Hi,

When I try to export an Outlook 2016 autocomplete file by following these instructions, I get these errors:

Error:
Code: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002
Function lpSource->CopyTo( 0, NULL, lpExcludedTags, lpProgress ? reinterpret_cast<ULONG_PTR>(hWnd) : NULL, lpProgress, lpGUIDLocal, lpDest, ulCopyFlags, &lpProblems)
File MAPIFunctions.cpp
Line 2717

Error:
Code: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002
Function CopyTo( hWnd, lpMessage, pIMsg, &IID_IMessage, LPSPropTagArray(&excludeTags), false, bAllowUI)
File File.cpp
Line 676

Error:
Code: MAPI_E_INTERFACE_NOT_SUPPORTED == 0x80004002
Function SaveToMSG(lpMessage, filename.c_str(), true, m_hWnd, true)
File Dialogs\ContentsTable\FolderDlg.cpp
Line 1575

Can someone help me out? Thanks

@stephenegriffin
Copy link
Member

Fixed by aa9533e

@DomSumner
Copy link

Hi stephenegriffin, thank you for directing me to this thread. Unfortunately I am a complete novice with MFCMAPI. Could you explain please how I would implement the proposed fix?

Kind regards,

Dom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants