ItemAttachment

ItemAttachment 要素 は、別のExchangeに関連付けられたアイテムを表Exchangeします。

<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Item/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Message/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <CalendarItem/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Contact/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Task/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingMessage/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingRequest/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingResponse/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingCancellation/>
</ItemAttachment>

ItemAttachmentType

属性と要素

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし。

子要素

Element 説明
AttachmentId
添付ファイルを識別します。
Name (AttachmentType)
添付ファイルの名前を表します。
ContentType
添付ファイルコンテンツの多目的インターネット メール拡張機能 (MIME) の種類について説明します。
ContentId
添付ファイルの内容の識別子を表します。 ContentId は 、任意の文字列値に設定できます。 アプリケーションは ContentId を使用して 、独自の識別メカニズムを実装できます。
ContentLocation
添付ファイルのコンテンツの場所に対応する統一リソース識別子 (URI) が含まれています。
サイズ
添付ファイルのサイズをバイト単位で表します。
LastModifiedTime
添付ファイルが最後に変更された日時を表します。
IsInline
アイテム内で添付ファイルがインラインで表示されるかどうかを表します。
Item
アイテムの添付ファイルのExchangeを表します。
メッセージ
電子メール メッセージExchange添付ファイルを表します。
CalendarItem
予定表アイテムの添付Exchangeを表します。
Contact
連絡先アイテムの添付Exchangeを表します。
タスク
タスク添付ファイルExchange表します。
MeetingMessage
Exchange ストア内の会議を表します。
MeetingRequest
Exchange ストアの会議出席依頼を表します。
MeetingResponse
Exchange ストア内の会議の応答を表します。
MeetingCancellation
Exchange ストアでの会議のキャンセルを表します。

親要素

要素 説明
添付ファイル
アイテム ストア内のアイテムに添付されているアイテムやファイルExchangeします。

テキスト値

なし。

注釈

この要素を記述するスキーマは、Exchange Web サービスをホストする IIS 仮想ディレクトリに置かれています。

要素の情報

要素
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
スキーマ名
型スキーマ
検証ファイル
Types.xsd
空に設定可能
False

関連項目