Detect click on Conversation Header

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

Detect click on Conversation Header
 
Andriy


Guest


Hello!
In Outlook, in Conversation View when switching between items I need to detect whether a Conversation header is selected. And then get the ConversationHeader object.
Can you advise how to do this?

I use Add-in Express Regions for Microsoft Outlook and VSTO.
Posted 28 Mar, 2019 10:39:59 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Andriy,

You can try to use the GetSelection() method of the Selection object:
https://docs.microsoft.com/en-us/office/vba/api/outlook.selection.getselection
Posted 29 Mar, 2019 05:37:08 Top
Andriy


Guest


Yes, it helped.

Thank you!
Posted 02 Apr, 2019 05:02:13 Top
Andrei Smolin


Add-in Express team


Posts: 18844
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 02 Apr, 2019 05:20:43 Top