Item.Bind method
Binds to an existing item, whatever its actual type is.
| Name | Description | |
|---|---|---|
|
Bind(ExchangeService, ItemId) | Binds to an existing item, whatever its actual type is, and loads its first class properties. Calling this method results in a call to Exchange Web Services (EWS). |
|
Bind(ExchangeService, ItemId, PropertySet) | Binds to an existing item, whatever its actual type is, and loads the specified set of properties. |
Show: