ItemAttachment<TItem> クラス

定義

厳密に型指定されたアイテムの添付ファイルを表します。

generic <typename TItem>
 where TItem : Itempublic ref class ItemAttachment sealed : Microsoft::Exchange::WebServices::Data::ItemAttachment
public sealed class ItemAttachment<TItem> : Microsoft.Exchange.WebServices.Data.ItemAttachment where TItem : Item
Public NotInheritable Class ItemAttachment(Of TItem)
Inherits ItemAttachment

型パラメーター

TItem

アイテムの種類。

継承

プロパティ

ContentId

添付ファイルのコンテンツ識別子を取得または設定します。 ContentId は、添付ファイルが属するアイテムの本文内から参照するために、添付ファイルを識別するカスタムの方法として使用できます。

(継承元 Attachment)
ContentLocation

添付ファイルのコンテンツの場所を取得または設定します。 ContentLocation を使用して、添付ファイルを Web 上の場所を定義する URL に関連付けることができます。

(継承元 Attachment)
ContentType

添付ファイルのコンテンツ タイプを取得または設定します。

(継承元 Attachment)
Id

添付ファイルの識別子を取得します。

(継承元 Attachment)
IsInline

インライン添付ファイルであるかどうかを示す値を取得または設定します。

(継承元 Attachment)
Item

添付ファイルに関連付けられている項目を取得します。

LastModifiedTime

添付ファイルが最後に変更された日時を取得します。

(継承元 Attachment)
Name

添付ファイルの名前を取得または設定します。

(継承元 Attachment)
Size

添付ファイルのサイズを取得します。

(継承元 Attachment)

メソッド

Load()

添付ファイルを読み込みます。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

(継承元 Attachment)
Load(BodyType, IEnumerable<PropertyDefinitionBase>)

添付ファイルを読み込みます。

(継承元 ItemAttachment)
Load(BodyType, PropertyDefinitionBase[])

添付ファイルを読み込みます。

(継承元 ItemAttachment)
Load(IEnumerable<PropertyDefinitionBase>)

添付ファイルを読み込みます。

(継承元 ItemAttachment)
Load(PropertyDefinitionBase[])

添付ファイルを読み込みます。

(継承元 ItemAttachment)

適用対象