ItemAttachment クラス

定義

アイテムの添付ファイルを表します。

public ref class ItemAttachment : Microsoft::Exchange::WebServices::Data::Attachment
public class ItemAttachment : Microsoft.Exchange.WebServices.Data.Attachment
Public Class ItemAttachment
Inherits Attachment
継承
派生

プロパティ

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>)

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

Load(BodyType, PropertyDefinitionBase[])

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

Load(IEnumerable<PropertyDefinitionBase>)

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

Load(PropertyDefinitionBase[])

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

適用対象