次の方法で共有


ItemAttachmentType クラス

定義

クラスは ItemAttachmentType 、別の Exchange アイテムに添付されている Exchange アイテムを表します。

public ref class ItemAttachmentType : ExchangeWebServices::AttachmentType
public class ItemAttachmentType : ExchangeWebServices.AttachmentType
Public Class ItemAttachmentType
Inherits AttachmentType
継承
ItemAttachmentType

コンストラクター

ItemAttachmentType()

コンストラクターは ItemAttachmentType 、 クラスの新しいインスタンスを ItemAttachmentType 初期化します。

プロパティ

AttachmentId

プロパティは AttachmentId 、添付ファイル識別子を取得または設定します。 このプロパティは読み取り/書き込みです。

(継承元 AttachmentType)
ContentId

プロパティは ContentId 、添付ファイルのコンテンツ識別子を取得または設定します。 このプロパティは読み取り/書き込みです。

(継承元 AttachmentType)
ContentLocation

プロパティは ContentLocation 、添付ファイルのコンテンツの場所に対応する Uniform Resource Identifier (URI) を取得または設定します。 このプロパティは読み取り専用です。

(継承元 AttachmentType)
ContentType

プロパティは ContentType 、添付ファイル コンテンツの多目的インターネット メール拡張機能 (MIME) の種類を記述する値を取得または設定します。

(継承元 AttachmentType)
IsInline

プロパティは IsInline 、添付ファイルがアイテム内にインラインで表示されるかどうかを指定するブール値を取得または設定します。

(継承元 AttachmentType)
IsInlineSpecified

プロパティは IsInlineSpecified 、プロパティを SOAP 要求にシリアル化するかどうかを IsInline 指定するブール値を取得します。 このプロパティは読み取り専用です。

(継承元 AttachmentType)
Item

プロパティは Item 、汎用 Exchange アイテムを取得または設定します。

LastModifiedTime

プロパティは LastModifiedTime 、添付ファイルが最後に変更された日時を指定する DateTime 値を取得します。

(継承元 AttachmentType)
LastModifiedTimeSpecified

プロパティは LastModifiedTimeSpecified 、プロパティを SOAP 要求にシリアル化するかどうかを LastModifiedTime 指定するブール値を取得します。 このプロパティは読み取り専用です。

(継承元 AttachmentType)
Name

プロパティは Name 、添付ファイルの名前を取得または設定します。

(継承元 AttachmentType)
Size

プロパティは Size 、添付ファイルのサイズをバイト単位で表す整数値を取得または設定します。

(継承元 AttachmentType)
SizeSpecified

プロパティは SizeSpecified 、プロパティを SOAP 要求にシリアル化するかどうかを SizeSpecified 指定するブール値を取得します。 このプロパティは読み取り専用です。

(継承元 AttachmentType)

適用対象