アイテム ID の変更。全体を通してユニークなままではありません。アイテムにアクセスするには、GUID を使用できます。
(以下の SOAP リクエストは、カレンダー アイテムを取得するためのものです。) FindItem 呼び出しで GUID を使用して、アイテムに関する情報を取得できます。
<FindItem xmlns="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"
Traversal="浅い">
<アイテム形状>
<t:BaseShape>すべてのプロパティ</t:BaseShape>
</ItemShape>
<制限事項>
<t:IsEqualTo>
<t:ExtendedFieldURI PropertySetId="6ED8DA90-450B-101B-98DA-00AA003F1305" PropertyId="3" PropertyType="バイナリ" />
<t:FieldURIOrConstant>
<t:Constant Value="BAAAAJXIl1MJ8="/> /* GUID */
</t:FieldURIOrConstant>
</t:IsEqualTo>
</制限>
<ParentFolderIds>
<t:DistinguishedFolderId Id="calendar"/>
</ParentFolderIds>
</FindItem>