Exemplo n.º 1
0
 function Synchronize()
 {
     if ($this->exporter) {
         return mapi_exportchanges_synchronize($this->exporter);
     } else {
         return false;
     }
 }
Exemplo n.º 2
0
 function Synchronize()
 {
     return mapi_exportchanges_synchronize($this->exporter);
 }