$clo$|rex field=light "(?<status>.*)light" | eval status= "status:"+status
$result.process$
client_owa
Outlook Web Access, or OWA as it is more commonly referred to, is the web interface into a users mailbox.
$acs$|rex field=light "(?<status>.*)light" | eval status= "status:"+status
$result.process$
client_activesync
Microsoft ActiveSync is a web-based synchronization protocol for most mobile devices, including iPhones and Android phones. Blackberry devices do not currently support ActiveSync.
$ews$|rex field=light "(?<status>.*)light" | eval status= "status:"+status
$result.process$
client_ews
Exchange Web Services is used by third-party clients for manipulating mailboxes. It is notably used by Entourage and Outlook for Mac.
$oas$|rex field=light "(?<status>.*)light" | eval status= "status:"+status
$result.process$
client_outlookanywhere
Outlook Anywhere is used by clients on the Internet and provides an RPC-based connection through a HTTPS secure transport.