Ramakrishnan Ramar
Ramakrishnan Ramar

Reputation: 27

Custom Ribbon Not Showing in Inline Reply (Reading Pane) after clicked Reply button in Outlook Add-In

I'm developing a custom Ribbon for an Outlook Add-In using C#. My goal is to display the Ribbon in both the pop-out compose window and the inline reply (reading pane).

Currently, I have this setup:

`this.tab1.ControlId.OfficeId = "TabNewMailMessage"; `

This works fine for the pop-out window, but the Ribbon does not appear when replying to emails inline (in the reading pane).

I also tried other OfficeId values, such as:

"TabReadMessage" "TabCompose" However, these didn't work either.

What is the correct OfficeId to target the inline reply (reading pane) and TabNewEmailMessage for the Ribbon? Are there any known limitations or workarounds to make the Ribbon appear in inline reply scenarios? Any guidance or examples would be greatly appreciated!

Upvotes: 0

Views: 14

Answers (0)

Related Questions