3.1.4.2.4.3 RefinerTypeType Simple Type

The RefinerTypeType simple type represents the type of refinement of the search that is required.

   <xs:simpleType name="RefinerTypeType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="None"/>
       <xs:enumeration value="To"/>
       <xs:enumeration value="From"/>
       <xs:enumeration value="Folder"/>
       <xs:enumeration value="HasAttachment"/>
       <xs:enumeration value="MailboxSource"/>
     </xs:restriction>
   </xs:simpleType>

Value

Meaning

None

No refinement is required.

To

Refine according to the recipient of the item.

From

Refine according to the originator of the item.

Folder

Refine according to the folder in which the item is located.

HasAttachment

Refine according to whether the item has at least one attachment, or not.

MailboxSource

Refine according to the mailbox in which the item is located.