Пример #1
0
 function Synchronize()
 {
     if ($this->exporter) {
         return mapi_exportchanges_synchronize($this->exporter);
     } else {
         return false;
     }
 }
Пример #2
0
 function Synchronize()
 {
     return mapi_exportchanges_synchronize($this->exporter);
 }