BerndH
Posts: 88
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 |
|
Andrei Smolin
Add-in Express team
Posts: 18719
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 |
|