Outlook 2024 not showing that messages are replied to or forwarded

OpenTrackRacer

New Member
OS Version(s)
  1. Windows
Outlook version
Outlook 2021 64 bit
Email Account
IMAP
Operating system::    Windows 11
Outlook version:     2024
Email type or host:    IMAP (Rackspace)

I just switched all my users to Outlook 2024 and IMAP (from POP) and we're having an issue. Most times, Outlook doesn't indicate that a message has been replied to or forwarded. This is true in the message list (with the Icon column enabled) and looking at the actual email itself. We're having this issue on multiple accounts. Our email service is Rackspace.

This is causing issues and making email hard to organize. I'm hoping someone has a solution to suggest.

Thanks in advance.
 
Have done some additional research on this. And if you still have this problem, and want to do some self debugging ...

I wrote an Outlook CFG that exposes the MAPI Property PR_LAST_VERB_EXECUTED. Get it from:
GitHub - Hornblower409/Outlook-Expose-MAPI-Properties: Outlook Custom Form (CFG file) to expose some, normally hidden, MAPI properties to the Outlook client.

When PR_LAST_VERB_EXECUTED is added as a column in a View, it should show:

Last_Verb_Reply_Sender = 102
Last_Verb_Reply_All = 103
Last_Verb_Reply_Forward = 104

For instructions on how to install and use a CFG see:
https://www.slipstick.com/exchange/adding-extended-mapi-fields-to-outlook/#cfg

If this works the way I assume it does - If it's showing a value for replied/forwarded emails then there is a problem with your Outlook client. If there are no values shown, then the issue is with your email server.
 
Thanks for sharing this, Hornblower409. I tried adding the PR_LAST_VERB_EXECUTED field using your CFG, and it's really helpful for digging into what's happening. In my case, some messages do show the correct values (102, 103, 104), but Outlook still doesn't display the icons. Seems like a client-side issue for me. Has anyone found a workaround to get the icons showing again in Outlook 2024?
 
Similar threads
Thread starter Title Forum Replies Date
S Outlook Classic on 2024 Using Outlook 10
I Outlook 2024 LTSC syncing with iCloud calendar - can only make appt. in iCloud Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
Victor_50 Problem - Google Workspace will stop "unsafe" access to Outlook end 2024 Using Outlook 3
L Fresh Install of Windows 11, saved previous image, how to retrieve Outlook Contacts Using Outlook 10
C Can't Use Custom Contact form in Outlook Classic since early January 2026 Outlook VBA and Custom Forms 7
e_a_g_l_e_p_i Need help updating email in Outlook 2021 Using Outlook 10
V Outlook spam filter misbehaving Using Outlook 9
L what are the downsides of running both classic and new outlook on same win 11 pc? Using Outlook 2
P Preventing permanent deletions in Outlook on the Web Using Outlook 0
L any trick to embedding images in new outlook and outlook on the web contacts? Using Outlook 4
L new outlook contacts searching Using Outlook 5
R Outlook 2010 Outlook 2010 migration question Using Outlook 2
W New Outlook PEOPLE blank Using Outlook 6
C New Outlook issues with Gmail, particularly labels/folders Using Outlook 3
E What is the next workaround for macro in New Outlook 1.2025.1111.100 Outlook VBA and Custom Forms 3
E Need to digitally sign macro but VBA\Outlook crash Outlook VBA and Custom Forms 4
P Outlook 2003 no longer opens "without" Folder List Showing in Navigation Pane Using Outlook 2
Hornblower409 Outlook 2010 - Never ending update Using Outlook 0
V Outlook created new profile? Using Outlook 1
J Outlook inbox question Using Outlook 4
T How to Add AT&T Contacts to Outlook 365 Using Outlook 5
F Outlook 2021 outlook on iPhone Using Outlook 1
F Outlook 2021 Outlook on iPhone asks for password Using Outlook 0
P ics calendar entries suddenly open up new Outlook Using Outlook 3
P Outlook "forgets" password until system rebooted Using Outlook 2
N Why does Outlook keeping adding to the email address I have in my notes portion of a contact? Using Outlook 2
M Anyone integrated AI website builders with Outlook for automated client communications? Using Outlook 4
V Gmail in Outlook Using Outlook 2
T Where has the Copilot icon gone in my Outlook desktop client? Using Outlook 10
P New way by Microsoft to get people to use the new Outlook Using Outlook 4
C How to keep emails in account in Outlook after closing the IMAP account Using Outlook 1
cymumtaz IMAP calendars in New Outlook Using Outlook 5
T Constantly Have To Log In To Outlook On The Web Using Outlook.com accounts in Outlook 2
T Cannot Find Outlook Noted On Android Using Outlook 4
C Outlook 365 send/receive takes FOREVER - as in 40 minutes Using Outlook 7
Kika Melo Outlook ribbon customisations do not 'stick' Using Outlook 12
J IMAP Folders Confusion in Windows Classic Outlook Using Outlook 1
A Missing Sent Emails in New Outlook Using Outlook 18
S Missing categories in Outlook calendar Using Outlook 10
P Windows 11 tries to open New Outlook when the user clicks on the mail icon on a news article Using Outlook 2
C I don't understand Outlook or Microsoft, anymore Using Outlook 12
P My Feedback to Microsoft and their response; also New Outlook roadmap Using Outlook 0
A New Outlook - Cannot drag IMAP emails to Task List in MyDay Using Outlook 1
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 22
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1

Similar threads

Back
Top