A
Anton Antonov via OfficeKB.com
Hello, everyone!
I'm have a question about IMAPIFolder method - DeleteMessages.
To me not understandably following.
My PST file was stored on the disk, on which ended the free disc space.
With using MAPI I attempt to delete messages, and I cause the appropriate
method.
//...
verMapi = ptrFolder->DeleteMessages( &oEntryList, NULL, NULL, 0 );
But this function returns 0x8004010d
MAPI_E_NOT_ENOUGH_DISK. More details: The file E:\test\mypst.pst could not
be accessed. There is not enough space on the disk.
Therefore i have a question, why function, which moves away messages from
PST file, is required even more additional place?
So must be?
I'm have a question about IMAPIFolder method - DeleteMessages.
To me not understandably following.
My PST file was stored on the disk, on which ended the free disc space.
With using MAPI I attempt to delete messages, and I cause the appropriate
method.
//...
verMapi = ptrFolder->DeleteMessages( &oEntryList, NULL, NULL, 0 );
But this function returns 0x8004010d
MAPI_E_NOT_ENOUGH_DISK. More details: The file E:\test\mypst.pst could not
be accessed. There is not enough space on the disk.
Therefore i have a question, why function, which moves away messages from
PST file, is required even more additional place?
So must be?