Link to home
Start Free TrialLog in
Avatar of chcw
chcwFlag for Hong Kong

asked on

MAPI: CreateFolder fails with hr = 0x8004060C

I try to call CreateFolder in MAPI to create a folder, but fails. and get the return result hr = 0x8004060C. I search in MSDN and MFC source codes, but cannot find the error code corresponding to 0x8004060C. Could anyone help me? Thanks
ASKER CERTIFIED SOLUTION
Avatar of Springy555
Springy555
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chcw

ASKER

We are not sure. Because we cannot see any documents about this error. When we get this error, we continuously get more error of the same codes in the following calls to CreateFolder.
So is this a PST file or a server mailbox?  Can you run your code succesfully against another PST file/mailbox?
Avatar of chcw

ASKER

this is a PST file. I think this error maybe mean the mailbox is full, because the PST file is in old Outlook97 format and its size has reaches 2GB. But we just want to find official documents on this error code.