3.1.4.2.4.3 ViewFilterType

The ViewFilterType simple type specifies a filter for conversation items returned in a response.<23>

 <xs:simpleType name="ViewFilterType">
     <xs:annotation>
       <xs:documentation>Types of view filters for finding items/conversations</xs:documentation>
     </xs:annotation>
     <xs:restriction base="xs:string">
       <xs:enumeration value="All" />
       <xs:enumeration value="Flagged" />
       <xs:enumeration value="HasAttachment" />
       <xs:enumeration value="ToOrCcMe" />
       <xs:enumeration value="Unread" />
       <xs:enumeration value="TaskActive" />
       <xs:enumeration value="TaskOverdue" />
       <xs:enumeration value="TaskCompleted" />
       <xs:enumeration value="Suggestions" />
       <xs:enumeration value="SuggestionsRespond" />
       <xs:enumeration value="SuggestionsDelete" />
       <xs:enumeration value="NoClutter"/>
       <xs:enumeration value="Clutter"/>
     </xs:restriction>
 </xs:simpleType>

The following table lists and describes the enumeration values that are defined by the ViewFilterType simple type.

Value

Description

All

Specifies that no filter is applied.

Flagged

Specifies a filter for all flagged conversation items.

HasAttachment

Specifies a filter for all conversation items with attachments.

ToOrCcMe

Specifies a filter for all conversation items with the receiver specified on the To and Cc recipient list.

Unread

Specifies a filter for all unread conversation items.

TaskActive

Specifies a filter for all active tasks.

TaskOverdue

Specifies a filter for all overdue tasks.

TaskCompleted

Specifies a filter for all completed tasks.

Suggestions

Specifies a filter for all suggestions.<24>

SuggestionsRespond

Specifies a filter for suggestions and items to respond to.<25>

SuggestionsDelete

Specifies a filter for suggestions and items to delete.<26>

NoClutter

For internal use only.<27>

Clutter

For internal use only.<28>