예제 #1
0
 public void AddSolution(NetOffice.OutlookApi.MAPIFolder solution, NetOffice.OutlookApi.Enums.OlSolutionScope scope)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(solution, scope);
     Invoker.Method(this, "AddSolution", paramsArray);
 }
 public void AddSolution(NetOffice.OutlookApi.MAPIFolder solution, NetOffice.OutlookApi.Enums.OlSolutionScope scope)
 {
     Factory.ExecuteMethod(this, "AddSolution", solution, scope);
 }
예제 #3
0
 public virtual void AddSolution(NetOffice.OutlookApi.MAPIFolder solution, NetOffice.OutlookApi.Enums.OlSolutionScope scope)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddSolution", solution, scope);
 }