public void AddStoreEx(object store, NetOffice.OutlookApi.Enums.OlStoreType type)
 {
     Factory.ExecuteMethod(this, "AddStoreEx", store, type);
 }
Пример #2
0
		public void AddStoreEx(object store, NetOffice.OutlookApi.Enums.OlStoreType type)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(store, type);
			Invoker.Method(this, "AddStoreEx", paramsArray);
		}
Пример #3
0
 public virtual void AddStoreEx(object store, NetOffice.OutlookApi.Enums.OlStoreType type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddStoreEx", store, type);
 }