Table of ContentsActivities based on Outlook Stores objects.
| Enumerate Stores |
| Technical Name | Type | Minimal Agent Version |
|---|---|---|
| enumerateStores | synchronous | WIN-2.0.0 |
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
| onlyAccounts | boolean | optional | false | True to return only accounts. |
| Name | Type | Description |
|---|---|---|
| storeDetails | Array.<irpa_outlook.storeDetails> | The Stores details. |
Sample Code:
await irpa_outlook.stores.enumerateStores();