FolderBind - метод |
| Имя | Описание | |
|---|---|---|
| Bind(ExchangeService, FolderId, CancellationToken) |
Binds to an existing folder, whatever its actual type is, and loads its first class properties.
Calling this method results in a call to EWS.
| |
| Bind(ExchangeService, WellKnownFolderName, CancellationToken) |
Binds to an existing folder, whatever its actual type is, and loads its first class properties.
Calling this method results in a call to EWS.
| |
| Bind(ExchangeService, FolderId, PropertySet, CancellationToken) |
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties.
Calling this method results in a call to EWS.
| |
| Bind(ExchangeService, WellKnownFolderName, PropertySet, CancellationToken) |
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties.
Calling this method results in a call to EWS.
|