Freigeben über


ItemAttachment.Load Methode

Definition

Überlädt

Load(PropertyDefinitionBase[])

Lädt die Anlage.

Load(IEnumerable<PropertyDefinitionBase>)

Lädt die Anlage.

Load(BodyType, PropertyDefinitionBase[])

Lädt die Anlage.

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Lädt die Anlage.

Load(PropertyDefinitionBase[])

Lädt die Anlage.

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

Parameter

additionalProperties
PropertyDefinitionBase[]

Die zusätzlichen Eigenschaften, die geladen werden sollen. Dieser Parameter ist optional.

Gilt für:

Load(IEnumerable<PropertyDefinitionBase>)

Lädt die Anlage.

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

Parameter

additionalProperties
IEnumerable<PropertyDefinitionBase>

Die zusätzlichen Eigenschaften, die geladen werden sollen. Dieser Parameter ist optional.

Gilt für:

Load(BodyType, PropertyDefinitionBase[])

Lädt die Anlage.

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

Parameter

bodyType
BodyType

Der zu ladende Texttyp.

additionalProperties
PropertyDefinitionBase[]

Die zusätzlichen Eigenschaften, die geladen werden sollen. Dieser Parameter ist optional.

Gilt für:

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Lädt die Anlage.

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

Parameter

bodyType
BodyType

Der zu ladende Texttyp.

additionalProperties
IEnumerable<PropertyDefinitionBase>

Die zusätzlichen Eigenschaften, die geladen werden sollen. Dieser Parameter ist optional.

Gilt für: