EWSApiModule
EWS Api Module, provides EWSClient and other generic logic to EWS integrations.
python · ApiModules
Details
| ID | EWSApiModule |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/py3ews:5.5.0.115535 |
| Tags | infra server |
README
The EWS API Module handles generic logic for interacting with an EWS Server.
It provides a client class for interacting with the EWS API as well as common methods for performing various EWS related operations such as getting or sending items, retrieving attachments, creating/updating/deleting folders, and more.
To use the EWS API module, you’ll need to follow these steps:
- Configure an EWSClient instance with the necessary credentials, EWS server URL, and other connection details.
- Use the functionality provided by the EWSClient and the rest of the API module or extend it to suit your specific requirements.
For examples, see the EWSO365 and EWSv2 integrations.
commonfields: id: EWSApiModule version: -1 name: EWSApiModule script: '' type: python subtype: python3 tags: - infra - server comment: EWS Api Module, provides EWSClient and other generic logic to EWS integrations. scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/py3ews:5.5.0.115535 fromversion: 5.5.0 tests: - No tests (auto formatted)