Commit 960a4a7b authored by Sebastian Kummer's avatar Sebastian Kummer

ZO-4 Added DeviceManager->IsOutlookClient().

parent ec5b650b
......@@ -638,6 +638,19 @@ class DeviceManager {
return $this->loopdetection->ProcessLoopDetectionIsHierarchyResyncRequired();
}
/**
* Indicates if an Outlook via ActiveSync is connected.
*
* @access public
* @return boolean
*/
public function IsOutlookClient() {
if (Request::GetDeviceType() == "WindowsOutlook") {
return true;
}
return false;
}
/**
* Adds an Exceptions to the process tracking
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment