Handle reply in Reading Pane

Add-in Express™ Support Service
That's what is more important than anything else

Handle reply in Reading Pane
 
Nigel Cross


Guest


Hi

If the user is reading an Outlook message in the reading pane and clicks reply, the message editor appears in the reading pane. No inspector is created unless the user clicks "Pop Out"

How can I detect and access the properties of "reading pane inspectors"?

Thanks
Posted 09 Jun, 2016 18:21:32 Top
Andrei Smolin


Add-in Express team


Posts: 18791
Joined: 2006-05-11
Hello Nigel,

This is called "inline response". See these pages:

- Explorer.ActiveInlineResponse Method: https://msdn.microsoft.com/en-us/library/office/jj231535(v=office.15).aspx
- Explorer.ActiveInlineResponseWordEditor Method: https://msdn.microsoft.com/en-us/library/office/jj230742(v=office.15).aspx
- Explorer.InlineResponse Event: https://msdn.microsoft.com/en-us/library/office/jj229061(v=office.15).aspx
- Explorer.InlineResponseClose Event: https://msdn.microsoft.com/en-us/library/office/jj715746(v=office.15).aspx

You can also connect to these events using the Outlook Events component (TadxOutlookAppEvents).


Andrei Smolin
Add-in Express Team Leader
Posted 10 Jun, 2016 03:08:23 Top