SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Module - Application

Collection of functions based on the MS Outlook application.

Activities

Open Outlook Instance

MANDATORY activity to drop when using MS Outlook: opens an instance of MS Outlook. Once you open an Outlook instance, you can use other MS Outlook activities.


Technical Name Type Minimal Agent Version
openOutlook synchronous WIN-2.0.0

Sample Code:

await irpa_outlook.application.openOutlook();



Release Outlook Instance

Release an instance of MS Outlook without closing the file or the application. Open Outlook Instance activity is required to launch other activities.


Technical Name Type Minimal Agent Version
release synchronous WIN-2.0.0

Sample Code:

await irpa_outlook.application.release();



Close Outlook Instance

Close an instance of MS Outlook. Once closed, you need to open a new Outlook instance to use other MS Outlook activities.


Technical Name Type Minimal Agent Version
closeOutlook synchronous WIN-2.0.0

Sample Code:

await irpa_outlook.application.closeOutlook();