예제 #1
0
 public virtual void ClearAlwaysAssignCategories(NetOffice.OutlookApi._Store store)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ClearAlwaysAssignCategories", store);
 }
예제 #2
0
 public virtual void StopAlwaysMoveToFolder(NetOffice.OutlookApi._Store store)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "StopAlwaysMoveToFolder", store);
 }
예제 #3
0
 public virtual void SetAlwaysDelete(NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation alwaysDelete, NetOffice.OutlookApi._Store store)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetAlwaysDelete", alwaysDelete, store);
 }
예제 #4
0
 public virtual void SetAlwaysAssignCategories(string categories, NetOffice.OutlookApi._Store store)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetAlwaysAssignCategories", categories, store);
 }
예제 #5
0
 public virtual NetOffice.OutlookApi.MAPIFolder GetAlwaysMoveToFolder(NetOffice.OutlookApi._Store store)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi.MAPIFolder>(this, "GetAlwaysMoveToFolder", store));
 }
예제 #6
0
 public virtual NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation GetAlwaysDelete(NetOffice.OutlookApi._Store store)
 {
     return(InvokerService.InvokeInternal.ExecuteEnumMethodGet <NetOffice.OutlookApi.Enums.OlAlwaysDeleteConversation>(this, "GetAlwaysDelete", store));
 }
예제 #7
0
 public virtual string GetAlwaysAssignCategories(NetOffice.OutlookApi._Store store)
 {
     return(InvokerService.InvokeInternal.ExecuteStringMethodGet(this, "GetAlwaysAssignCategories", store));
 }