ServiceObject.Load Method

Definition

Overloads

Load()

Loads the first-class properties.

Load(PropertySet)

Loads the specified set of properties.

Load()

Loads the first-class properties.

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

Exceptions

For details about this exception, see Bind(ExchangeService, ItemId).

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to

Load(PropertySet)

Loads the specified set of properties.

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

Parameters

propertySet
PropertySet

The property set to load.

Exceptions

For details about this exception, see Bind(ExchangeService, ItemId).

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to