ItemAttachment.Load Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Load(PropertyDefinitionBase[]) |
Charge la pièce jointe. |
Load(IEnumerable<PropertyDefinitionBase>) |
Charge la pièce jointe. |
Load(BodyType, PropertyDefinitionBase[]) |
Charge la pièce jointe. |
Load(BodyType, IEnumerable<PropertyDefinitionBase>) |
Charge la pièce jointe. |
Load(PropertyDefinitionBase[])
Charge la pièce jointe.
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())
Paramètres
- additionalProperties
- PropertyDefinitionBase[]
Propriétés supplémentaires à charger. Ce paramètre est facultatif.
S’applique à
Load(IEnumerable<PropertyDefinitionBase>)
Charge la pièce jointe.
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))
Paramètres
- additionalProperties
- IEnumerable<PropertyDefinitionBase>
Propriétés supplémentaires à charger. Ce paramètre est facultatif.
S’applique à
Load(BodyType, PropertyDefinitionBase[])
Charge la pièce jointe.
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);
Paramètres
- bodyType
- BodyType
Type de corps à charger.
- additionalProperties
- PropertyDefinitionBase[]
Propriétés supplémentaires à charger. Ce paramètre est facultatif.
S’applique à
Load(BodyType, IEnumerable<PropertyDefinitionBase>)
Charge la pièce jointe.
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);
Paramètres
- bodyType
- BodyType
Type de corps à charger.
- additionalProperties
- IEnumerable<PropertyDefinitionBase>
Propriétés supplémentaires à charger. Ce paramètre est facultatif.