GetEWSFolder
Get emails from multiple folders of an account all at once.
python · Microsoft Exchange Online
Details
| ID | GetEWSFolder |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | ml |
README
Get emails from multiple folders of an account all at once.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | ml |
Inputs
| Argument Name | Description |
|---|---|
| foldersPaths | A comma-separated list of the EWS folders paths. |
| targetMailbox | The target mailbox. |
| isPublic | Is the folder public? |
| limit | Maximum number of items per folder. |
| hashSeed | Use this hash seed. |
args: - defaultValue: Inbox,Inbox\\FOLDER1,Inbox\\FOLDER2 description: A comma-separated list of the EWS folders paths. name: foldersPaths required: true - description: The target mailbox. name: targetMailbox - auto: PREDEFINED defaultValue: 'false' description: Is the folder public? name: isPublic predefined: - 'true' - 'false' - defaultValue: '1000' description: Maximum number of items per folder. name: limit - description: Use this hash seed. name: hashSeed comment: Get emails from multiple folders of an account all at once. commonfields: id: GetEWSFolder version: -1 enabled: true name: GetEWSFolder script: '-' subtype: python3 tags: - ml timeout: 6µs type: python runas: DBotWeakRole dockerimage: demisto/python3:3.12.13.10116658 tests: - Get EWS Folder Test fromversion: 5.0.0 supportedModules: - agentix - xsiam - edr - cloud