Folder.Bind method
Binds to a folder.
| Name | Description | |
|---|---|---|
|
Bind(ExchangeService, FolderId) | Binds to an existing folder, whatever its actual type is, and loads its first class properties. |
|
Bind(ExchangeService, WellKnownFolderName) | Binds to an existing folder, whatever its actual type is, and loads its first class properties. |
|
Bind(ExchangeService, FolderId, PropertySet) | Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
|
Bind(ExchangeService, WellKnownFolderName, PropertySet) | Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
Show: