public void BeforeFormRegionShow(NetOffice.OutlookApi.FormRegion formRegion)
 {
     Factory.ExecuteMethod(this, "BeforeFormRegionShow", formRegion);
 }
 public void BeforeFormRegionShow(NetOffice.OutlookApi.FormRegion formRegion)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(formRegion);
     Invoker.Method(this, "BeforeFormRegionShow", paramsArray);
 }