Collection of functions based on the MS Outlook application.
Open Outlook Instance |
Technical Name | Type | Minimal Agent Version |
---|---|---|
openOutlook | synchronous | WIN-2.0.0 (WIN for Windows) |
Sample Code:
await irpa_outlook.application.openOutlook();
Release Outlook Instance |
Technical Name | Type | Minimal Agent Version |
---|---|---|
release | synchronous | WIN-2.0.0 (WIN for Windows) |
Sample Code:
await irpa_outlook.application.release();
Close Outlook Instance |
Technical Name | Type | Minimal Agent Version |
---|---|---|
closeOutlook | synchronous | WIN-2.0.0 (WIN for Windows) |
Sample Code:
await irpa_outlook.application.closeOutlook();