Example #1
0
 public void SetAlwaysDelete(NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation alwaysDelete, NetOffice.OutlookApi._Store store)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(alwaysDelete, store);
     Invoker.Method(this, "SetAlwaysDelete", paramsArray);
 }
Example #2
0
 public void SetAlwaysDelete(NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation alwaysDelete, NetOffice.OutlookApi._Store store)
 {
     Factory.ExecuteMethod(this, "SetAlwaysDelete", alwaysDelete, store);
 }
Example #3
0
 public virtual void SetAlwaysDelete(NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation alwaysDelete, NetOffice.OutlookApi._Store store)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetAlwaysDelete", alwaysDelete, store);
 }