ServiceObject.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).