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);
 }