Hi,
Thank you for such a powerfull (and destructive!) tool :) Great job.
I used it too when all else failed in a case where one Folder just refused to be renamed throwing an exception.
Exception is:
Error:
Code: MAPI_E_CALL_FAILED==0x080004005
Function HrSetOneProp(ipMAPIContainer,&sDisplayName)
File HierarchyTableTreeCtrl.cpp
Line 856
The Folder itself is shared among many and, as it turned out later, no user can rename any folders anymore. The only thing I have managed to do is to copy all the contents and delete it via mfcmapi.
Apart from deleting the old one after copying all the data in a new mailbox, I would like to understand what is exactly in line 856 and if it could shed some light on the error itself.
The rights are assigned properly, and as a test even explicitly, on a Folder itself.
Folders are user created and there are many of them residing in the same level as system folders.
I am willing to provide some more details as long as they are reasonable :)
In any case, please help?
Thanks!
Thank you for such a powerfull (and destructive!) tool :) Great job.
I used it too when all else failed in a case where one Folder just refused to be renamed throwing an exception.
Exception is:
Error:
Code: MAPI_E_CALL_FAILED==0x080004005
Function HrSetOneProp(ipMAPIContainer,&sDisplayName)
File HierarchyTableTreeCtrl.cpp
Line 856
The Folder itself is shared among many and, as it turned out later, no user can rename any folders anymore. The only thing I have managed to do is to copy all the contents and delete it via mfcmapi.
Apart from deleting the old one after copying all the data in a new mailbox, I would like to understand what is exactly in line 856 and if it could shed some light on the error itself.
The rights are assigned properly, and as a test even explicitly, on a Folder itself.
Folders are user created and there are many of them residing in the same level as system folders.
I am willing to provide some more details as long as they are reasonable :)
In any case, please help?
Thanks!