Outlook inspector events

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

Outlook inspector events
Outlook inspector width and height  
Tailor Piuco


Guest


Hi!
I'm doing a customization in the Outlook Inspector window. I have a form and some controls inside it.
My problem is that when I resize the window, the form controls would have to reorganize, based on a new window width. I looked at outlook events and I found only events that are triggered before, but I would need an event that would trigger afterwards. For example, the InspectorBeforeSize event is triggered before I resize the window. An InspectorAfterSize event would be perfect for me.
Is there a way to solve this problem?

Thanks in advance!
Posted 06 Dec, 2016 13:57:52 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Tailor,

The Outlook object model doesn't provide a way to achieve this. You can try to develop an approach to this yourself. Say, you can use a timer to check if the window size has changed.


Andrei Smolin
Add-in Express Team Leader
Posted 07 Dec, 2016 05:30:57 Top