Ejemplo n.º 1
0
 public virtual void RemoveMember(NetOffice.OutlookApi.Recipient recipient)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "RemoveMember", recipient);
 }
Ejemplo n.º 2
0
 public virtual NetOffice.OutlookApi.MAPIFolder GetSharedDefaultFolder(NetOffice.OutlookApi.Recipient recipient, NetOffice.OutlookApi.Enums.OlDefaultFolders folderType)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi.MAPIFolder>(this, "GetSharedDefaultFolder", recipient, folderType));
 }