AdditionalProperties
AdditionalProperties 要素は、GetItem、UpdateItem、CreateItem、FindItem、または FindFolder 要求で使用する追加のプロパティを識別します。
<AdditionalProperties>
<ExtendedFieldURI/>
<FieldURI/>
<IndexedFieldURI/>
</AdditionalProperties>
NonEmptyArrayOfPathsToElementType
属性と要素
以下のセクションで、属性、子要素、親要素について説明します。
属性
なし。
子要素
Element | 説明 |
---|---|
ExtendedFieldURI |
取得、設定、または作成する拡張 MAPI プロパティを識別します。 |
FieldURI |
URI によって頻繁に参照されるプロパティを識別します。 |
IndexedFieldURI |
URI によって頻繁に参照されるディクショナリ プロパティを識別します。 |
親要素
要素 | 説明 |
---|---|
FolderShape |
GetFolder、FindFolder、または SyncFolderHierarchy 応答に含めるフォルダー プロパティを識別します。 この要素に対する XPath 式を次に示します: /FindFolder/FolderShape /GetFolder/FolderShape /SyncFolderHierarchy/FolderShape |
ItemShape |
GetItem、FindItem、または SyncFolderItems 応答に含める項目のプロパティとコンテンツを識別します。 この要素に対する XPath 式を次に示します: /GetItem/ItemShape /FindItem/ItemShape /SyncFolderItems/ItemShape |
AttachmentShape |
GetItem 要求への応答で返される追加の拡張項目プロパティを識別します。 この要素への XPath 式を次に示します: /GetAttachment/AttachmentShape |
注釈
すべての子要素を GetItem、UpdateItem、CreateItem、FindItem、または FindFolder 要求で使用できるわけではありません。 プロパティは、アクセスするフォルダーまたはアイテムに適用できる必要があります。 拡張プロパティを使用して、他のプロパティにアクセスします。 特定の項目に対して プロパティが存在しない場合、結果の 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="http://schemas.microsoft.com/exchange/services/2006/types">
<soap:Body>
<GetItem xmlns="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:t="http://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>
要素の情報
要素 | 例 |
---|---|
Namespace |
http://schemas.microsoft.com/exchange/services/2006/types |
スキーマ名 |
型スキーマ |
検証ファイル |
Types.xsd |
空に設定可能 |
False |