In Salesforce Lightning Experience, the Reply, Reply All, and Forward options are available on the email detail page and in the Activity Timeline. These options require Enhanced Email to be enabled, which is automatically enabled for most Salesforce organizations.
Enhanced Email converts emails stored in Salesforce from Task records to EmailMessage records, which is required for Reply, Reply All, and Forward functionality in Lightning Experience.
If you are missing Reply, Reply All, or Forward actions on an email Activity or email detail page, check whether the 'Send Email' action is configured correctly in Lightning Experience.
Note: For missing actions specifically on emails streamed via Einstein Activity Capture (EAC), see Cannot see 'Reply,' 'Reply All,' or 'Forward' email actions in streamed records in the timeline for Einstein Activity Capture (000384215).
Confirm the following conditions are all met. If any condition is not met, that is the likely cause:
If all of the above have been verified and the issue persists, contact Salesforce Support to confirm whether the permission "Replace chatter feed component with service cloud compact feed component in non-console navigation lightning apps" is enabled in your organization.
Run the following SOQL query to check if the email is related to a non-Case record:
SELECT RelatedToId FROM EmailMessage WHERE Id = 'EmailMessage RecordID (starts with 02s)'
Then run the following query to verify if a User record is associated with the email:
SELECT Id, RelationAddress, RelationId, RelationObjectType, RelationType
FROM EmailMessageRelation
WHERE EmailMessageId = 'EmailMessage RecordID (starts with 02s)'
If RelationObjectType returns User, the email is associated with a User record, which is not logged to a Salesforce record and will not show Reply/Forward options.
See Also
000382841

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.