Posts

Showing posts from July, 2012
Delete a stuck Read Receipt Seeing messages being send without something in the Outbox? This could be a stuck read receipt. Before doing anything make sure you have a current backup of your mailbox (just in case) Download MDBVU32.EXE from Microsoft. Extract the downloaded file and run mdbvu32.exe from within the extracted folder. Press OK on the first screen Select MDB-> Open Message Store and select your default pst-file (the one with the D in front of it) and press Open Select MDB-> Open Root Folder Open the default message store You’ll find the “Read:” message in the middle pane called “Messages in Folder” Read Receipt visible in MDBVU32.EXE Select the “Read:” message In the Operations available select lpMDB->AbortSubmit() (ON SELECTED MSG) Press Call Function and then OK Confirm to Abort the submission of the Read Receipt” Make sure the message is still selected In the Operations available select lpFld->DeleteMessages() (ON SELECTED MSGS) Press C