Delete a stuck Read Receipt

Read Receipt buttonSeeing messages being sent or are you getting sending errors without something in the Outbox?
This could be a stuck Read Receipt.

As they are invisible in your Outbox, it is kinda tricky to delete them. You can still do this via one of the following advanced (free) support tools from Microsoft: MFCMAPI or MDBVU32.

Important!
Before doing anything, make sure you have a current backup of your mailbox (just in case).


Deleting Read Receipts via MFCMAPI

MFCMAPI buttonMFCMAPI is actually a tool for Outlook MAPI developers but as it provides “low-level” access to Outlook’s data stores, it is also a handy tool for some advanced troubleshooting.

However, make sure you follow the instructions below very closely to prevent making any irreparable mistakes.

  1. Visit the MFCMAPI page on GitHub to download the latest version of MFCMAPI.
    • When you use a 32-bit version of Outlook, you’ll need the file starting with;
      MFCMAPI.exe
    • When you use a 64-bit version of Outlook, you’ll need the file starting with;
      MFCMAPI.exe.x64
  2. Extract the downloaded file and run mfcmapi.exe from within the extracted folder.
  3. Press OK on the first screen which displays some usage notes.
  4. Choose: Session-> Logon…

    MFCMAPI - Session-> Logon... (click on image to enlarge)
    Click on image to enlarge.

  5. Select your Outlook mail profile or simply press OK if you are not familiar with this dialog.

    MFCMAPI - Choose Profile

  6. Double click on the line which has the value for the Default Store column set to True.

    Double click on the Default Store (click on image to enlarge)
    Click on image to enlarge.

  7. Right click on the top-level folder in the left panel and choose: Open contents table.
    When you are using an Exchange account, this is called “Root – Mailbox” and otherwise it is called “Root Container”.

    MFCMAPI - Root Container - Open contents table (click on image to enlarge)
    Click on image to enlarge.

  8. You should now see an item with a subject prefixed with the “Read:”.

    MFCMAPI - Message with "Read:" prefix (click on image to enlarge)
    Click on image to enlarge.

  9. Select the message and choose: Actions-> Submit-> Abort submit…

    MFCMAPI - Read Receitpt - Abort submit... (click on image to enlarge)
    Click on image to enlarge.

  10. Make sure the message is still selected and choose: Actions-> Delete message
  11. Set the option to “Permanent delete passing DELETE_HARD_DELETE (unrecoverable)” and press OK.

    MFCMAPI - Permanent delete passing DELETE_HARD_DELETE (unrecoverable)

  12. Repeat the abort and delete steps for each “Read:” message that is in the Root Container folder.
  13. Close all open windows of MFCMAPI.

Open Outlook and notice that the stuck Read Receipt is gone.

Deleting Read Receipts via MDBVU32

MDBVU32 buttonThe MDBVU32 support tool can be seen as the “grandfather” of MFCMAPI.

Even though it is recommended to use MFCMAPI instead, the instructions below can still be used for any 32-bit version of Outlook but are really only being maintained in case MFCMAPI at some point drops supports for Outlook 2003 or older.

  1. Download MDBVU32.EXE from Microsoft.
  2. Extract the downloaded file and run mdbvu32.exe from within the extracted folder.
  3. Press OK on the first screen.
  4. Select MDB-> Open Message Store and select your default pst-file (the one with the D in front of it) and press Open.
  5. Select MDB-> Open Root Folder

    Opening the default message store in MDBVU32.
    Opening the default message store in MDBVU32.

  6. You’ll find the “Read:” message in the middle pane called “Messages in Folder”.

    Read Receipt visible in MDBVU32.EXE.
    Read Receipt visible in MDBVU32.EXE.

  7. Select the “Read:” message
  8. In the Operations available select: lpMDB->AbortSubmit() (ON SELECTED MSG)
  9. Press Call Function and then OK

    Confirm to Abort the submission of the Read Receipt".
    Confirm to Abort the submission of the Read Receipt”.

  10. Make sure the message is still selected.
  11. In the Operations available select lpFld->DeleteMessages() (ON SELECTED MSGS)
  12. Press Call Function and then OK.
  13. The “Messages in Folder” pane should now be empty.

    Read Receipt deleted through MDBVU32.EXE.
    Read Receipt deleted through MDBVU32.EXE.

  14. Press Close.
  15. Select MDB-> Store Logoff and then OK and then OK again on the information message.
  16. Select Session-> Logoff.
  17. You can now close the open window called MDB Viewer Test Application.

Open Outlook and notice that the stuck Read Receipt is gone.