Table of ContentsActivities based on the Outlook folder
| Create Folder (Outlook) |
| Technical Name | Type | Minimal Agent Version |
|---|---|---|
| createFolder | synchronous | WIN-2.0.0 |
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
| folder | string | mandatory | Name or path of the folder | |
| folderType | irpa_outlook.enums.olDefaultFolders | optional | olFolderInbox | Type of the folder |
| storeName | string | optional | Name of the store |
Sample Code:
await irpa_outlook.folder.CreateFolder('myFolder/mySubfolder', olInbox, storeName);