Accessing a Form Region from an Inspector

  • Thread starter Thread starter escamoteur
  • Start date Start date
E

escamoteur

Hi,

if I have the reference to an inspector, is it possible from there to access its form region? (Outlook 2007, COM Addin, c#)

Thanks

Tom
 
I work backwards from that and set a form region object in my Inspector
wrapper class when the Inspector is opened and I get a call for
GetFormRegionStorage() or BeforeFormRegionShow().
 
Back
Top