Partager via


ServiceObject.Load Méthode

Définition

Surcharges

Load()

Charge les propriétés de première classe.

Load(PropertySet)

Charge le jeu de propriétés spécifié.

Load()

Charge les propriétés de première classe.

public:
 void Load();
public void Load ();
Public Sub Load ()

Exceptions

Pour plus d’informations sur cette exception, consultez Bind(ExchangeService, ItemId).

Remarques

L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).

S’applique à

Load(PropertySet)

Charge le jeu de propriétés spécifié.

public:
 void Load(Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public void Load (Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

Paramètres

propertySet
PropertySet

Propriété définie pour charger.

Exceptions

Pour plus d’informations sur cette exception, consultez Bind(ExchangeService, ItemId).

Remarques

L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).

S’applique à