ItemAttachment.Load メソッド

定義

オーバーロード

Load(PropertyDefinitionBase[])

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

Load(IEnumerable<PropertyDefinitionBase>)

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

Load(BodyType, PropertyDefinitionBase[])

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

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

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

Load(PropertyDefinitionBase[])

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

public:
 void Load(... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load(params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);
Public Sub Load (ParamArray additionalProperties As PropertyDefinitionBase())

パラメーター

additionalProperties
PropertyDefinitionBase[]

読み込む追加のプロパティ。 このパラメーターは省略可です。

適用対象

Load(IEnumerable<PropertyDefinitionBase>)

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

public:
 void Load(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load(System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
Public Sub Load (additionalProperties As IEnumerable(Of PropertyDefinitionBase))

パラメーター

additionalProperties
IEnumerable<PropertyDefinitionBase>

読み込む追加のプロパティ。 このパラメーターは省略可です。

適用対象

Load(BodyType, PropertyDefinitionBase[])

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

public:
 void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, ... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load(Microsoft.Exchange.WebServices.Data.BodyType bodyType, params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);

パラメーター

bodyType
BodyType

読み込む本文の種類。

additionalProperties
PropertyDefinitionBase[]

読み込む追加のプロパティ。 このパラメーターは省略可です。

適用対象

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

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

public:
 void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load(Microsoft.Exchange.WebServices.Data.BodyType bodyType, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);

パラメーター

bodyType
BodyType

読み込む本文の種類。

additionalProperties
IEnumerable<PropertyDefinitionBase>

読み込む追加のプロパティ。 このパラメーターは省略可です。

適用対象