Multiple inspectors

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

Multiple inspectors
 
BerndH




Posts: 99
Joined: 2014-09-23
Hi,

I have a special formregion in my inspector
(e.g. show label "subject has an 'e'" which is shown, when the subject of a mail contains an "e" ... yes, nice feature, I now )

If I open multiple inspectors, the formregion of all inspectors react connected (the same way).
How can I avoid this, or is it "normal"?

Bernd
Posted 30 Aug, 2022 10:18:09 Top
Andrei Smolin


Add-in Express team


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

To prevent a given form instance from showing, you set ADXOlForm.Visible = false in the ADXOlForm.ADXBeforeFormShow event. Say, in that event you can get the email, read MailItem.Subject and decide whether to show the form instance or not.

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 31 Aug, 2022 04:27:47 Top