FindItem

FindItem 元素定义在邮箱中查找项目的请求。

<FindItem Traversal="">
   <ItemShape/>
   <IndexedPageItemView/>
   <GroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <IndexedPageItemView/>
   <DistinguishedGroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <ContactsView/>
   <GroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <ContactsView/> 
   <DistinguishedGroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <CalendarView/>
   <GroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <FractionalPageItemView/>
   <GroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>
<FindItem Traversal="">
   <ItemShape/>
   <FractionalPageItemView/>
   <DistinguishedGroupBy/>
   <Restriction/>
   <SortOrder/>
   <ParentFolderIds/>
   <QueryString/>
</FindItem>

FindItemType

属性和元素

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 说明
遍历
定义搜索是在文件夹还是文件夹的转储器中查找项目。 此特性是必需的。

遍历属性值

说明

仅返回文件夹中项的标识。
SoftDeleted
仅返回文件夹的转储器中的项的标识。 请注意,软删除遍历与搜索限制相结合将导致返回零项,即使存在符合搜索条件的项目。
相关
仅返回文件夹中关联项的标识。

子元素

元素 说明
ItemShape
标识要包含在 FindItem 操作 响应中的项属性和内容。
IndexedPageItemView
描述如何为 FindItem 请求返回分页项信息。 此元素为可选。
FractionalPageItemView
描述分页视图的开始位置以及 FindItem 请求中返回的最大项数。 从找到的项集开头开始的分页视图偏移量由分数描述。 此元素为可选。
CalendarView
提供用于定义日历项搜索的时间跨度限制。 此元素为可选。
ContactsView
根据字母顺序显示名称定义对联系人项的搜索。 此元素为可选。
GroupBy
指定 FindItem 查询的任意分组。 此元素为可选。
DistinguishedGroupBy
FindItem 查询提供标准分组。 此元素是可选的。
限制
定义用于筛选 FindItem/ FindFolder 和搜索文件夹操作中的项目或文件夹的限制或查询。 此元素为可选。
SortOrder
定义如何在 FindItem 请求中对项进行排序。 此元素是可选的。
ParentFolderIds
标识要搜索 FindItem 和 FindFolder 操作的文件夹。
QueryString (QueryStringType)
包含基于高级查询语法 (AQS) 的邮箱查询字符串。

父元素

无。

说明

FindItem 请求中只能包含 IndexedPageItemViewFractionalPageItemViewCalendarViewContactsView 元素之一。 FindItem 请求中只能包含一个 GroupByDistinguishedGroupBy 元素。

描述此元素的架构位于承载 Exchange Web Services 的 IIS 虚拟目录中。

元素信息

元素 示例
命名空间
http://schemas.microsoft.com/exchange/services/2006/messages
架构名称
消息架构
验证文件
Messages.xsd
可以为空
False

另请参阅