Rule Type
|
Description
|
Query modifiers
|
Example
|
from |
filter on the sender of the message |
Query rules |
<apps:property name='from' value='thisis@atest.ovh'/>
filter message sent by thisis@atest.ovh
|
to |
filter on the recipients of the message |
Query rules |
<apps:property name='to' value='thisis@atest.ovh'/>
filter message sent to thisis@atest.ovh
|
subject |
filter on the subjet of the message, shortcut for hastheword filter with type subject |
Query rules |
<apps:property name='from' value='thisisatest'/>
filter message with subject containing thisisatest |
hastheword |
filter on a part of the message with a text, type can be subject,sender,recipient,header,body depending on the type on content you want to filter on |
Query rules |
<apps:property name='hastheword' value='thisisatest' type='body'/>
filter message with body containing thisisatest |
doesNotHaveTheWord |
filter on a part of the message, type can be subject,sender,recipient,header,body depending on the type on content you want to filter on |
Query rules |
<apps:property name='doesNotHaveTheWord' value='thisisatest' type='body'/>
filter message with body that doesn't contain thisisatest |
date |
filter on the date of the message |
Date rules |
<apps:property name='date' value='20180731'/>
filter message with date of 31 july 2018 |
hasAttachment |
filter message that have attachments |
N/A |
<apps:property name='hasAttachment' value='true'/>
filter message with attachments |
ismeetingrequest |
filter message that are meeting request |
N/A |
<apps:property name='ismeetingrequest' value='true'/>
filter meeting request |
ismeetingresponse |
filter message that are meeting response |
N/A |
<apps:property name='ismeetingresponse' value='true'/>
filter meeting response |
ismeetingresponse |
filter message that are meeting response |
N/A |
<apps:property name='ismeetingresponse' value='true'/>
filter meeting response |
sensitivity |
filter message that have a certain value of sensivity, values can be Normal,Personal,Private,Confidential |
N/A |
<apps:property name='sensitivity' value='Personal'/>
filter message that have 'Personal' sensivity |
Size |
filter on the size of the message |
Size rules |
<apps:property name='size' value='45'/>
filter message with date of 31 july 2018 |