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>

要加载的其他属性。 此参数是可选的。

适用于