Hi,
I'm trying to delete a reminder in Outlook 2013, and found it with MFCMAPI.
But I cannot suppress it, please see the two successive popups below when I try "Delete to deleted items" (other commands (permanent deletion / DELETE_HARD_DELETE) do not do anything):
Popup 1
Error:
Code: MAPI_E_NOT_FOUND == 0x8004010F
Function lpSourceFolder->CopyMessages( lpEIDs, NULL, lpWasteFolder, lpProgress ? (ULONG_PTR)hWnd : NULL, lpProgress, ulCopyFlags)
File MAPIFunctions.cpp
Line 997
Popup 2
Error:
Code: MAPI_E_NOT_FOUND == 0x8004010F
Function DeleteToDeletedItems( lpMDB, (LPMAPIFOLDER) m_lpContainer, lpEIDs, m_hWnd)
File FolderDlg.cpp
Line 678
Thank you in advance for your help.
Nicolas
I'm trying to delete a reminder in Outlook 2013, and found it with MFCMAPI.
But I cannot suppress it, please see the two successive popups below when I try "Delete to deleted items" (other commands (permanent deletion / DELETE_HARD_DELETE) do not do anything):
Popup 1
Error:
Code: MAPI_E_NOT_FOUND == 0x8004010F
Function lpSourceFolder->CopyMessages( lpEIDs, NULL, lpWasteFolder, lpProgress ? (ULONG_PTR)hWnd : NULL, lpProgress, ulCopyFlags)
File MAPIFunctions.cpp
Line 997
Popup 2
Error:
Code: MAPI_E_NOT_FOUND == 0x8004010F
Function DeleteToDeletedItems( lpMDB, (LPMAPIFOLDER) m_lpContainer, lpEIDs, m_hWnd)
File FolderDlg.cpp
Line 678
Thank you in advance for your help.
Nicolas