AdditionalProperties

AdditionalProperties 元素标识在 GetItem、UpdateItemCreateItemFindItemFindFolder 请求中使用的其他属性。

<AdditionalProperties>
   <ExtendedFieldURI/>
   <FieldURI/>
   <IndexedFieldURI/>
</AdditionalProperties>

NonEmptyArrayOfPathsToElementType

属性和元素

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

Attributes

无。

子元素

元素 说明
ExtendedFieldURI
标识要获取、设置或创建的扩展 MAPI 属性。
FieldURI
标识由 URI 频繁引用的属性。
IndexedFieldURI
按 URI 标识经常引用的字典属性。

父元素

元素 说明
FolderShape
标识要包含在 GetFolder、FindFolderSyncFolderHierarchy 响应中的文件夹属性。

下面是此元素的 XPath 表达式:

/FindFolder/FolderShape
/GetFolder/FolderShape
/SyncFolderHierarchy/FolderShape
ItemShape
标识要包含在 GetItemFindItemSyncFolderItems 响应中的项属性和内容。

下面是此元素的 XPath 表达式:

/GetItem/ItemShape
/FindItem/ItemShape
/SyncFolderItems/ItemShape
AttachmentShape
标识在 响应 GetItem 请求时要返回的其他扩展项属性。

下面是此元素的 XPath 表达式:

/GetAttachment/AttachmentShape

备注

并非所有子元素都可用于 GetItemUpdateItemCreateItemFindItemFindFolder 请求。 属性必须适用于访问的文件夹或项目。 使用扩展属性访问其他属性。 如果给定项的属性不存在,则不会向生成的 XML 发出相应的元素。

描述此元素的架构位于正在运行 MicrosoftExchange Server 2007 的计算机(已安装客户端访问服务器角色)的 EWS 虚拟目录中。

此元素为可选。

示例

以下请求示例演示如何使用 AdditionalProperties 元素获取项主题。

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema"
               xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
               xmlns:t="https://schemas.microsoft.com/exchange/services/2006/types">
  <soap:Body>
    <GetItem xmlns="https://schemas.microsoft.com/exchange/services/2006/messages" 
                  xmlns:t="https://schemas.microsoft.com/exchange/services/2006/types">
      <ItemShape>
        <t:BaseShape>IdOnly</t:BaseShape>
        <t:AdditionalProperties>
          <t:FieldURI FieldURI="item:Subject"/>
        </t:AdditionalProperties>
      </ItemShape>
      <ItemIds>
        <t:ItemId Id="ASkAS="/>
      </ItemIds>
    </GetItem>
  </soap:Body>
</soap:Envelope>

元素信息

元素 示例
命名空间
https://schemas.microsoft.com/exchange/services/2006/types
架构名称
类型架构
验证文件
Types.xsd
可以为空
False