OfficeOutlook
Module to connect to Outlook Desktop application.
Read this in other languages: English, Português, Español
How to install this module
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
Overview
-
Connect to Outlook
Connect to an Outlook application instance -
Create folder
Create a folder on Outlook -
List Folders
List all Folders -
Search Email by Filter
Search by filter provided -
Read email by EntryID
Read email data by EntryID provided -
Move email to folder
Move email data by EntryID provided -
Move email to folder by Name
Move email data by Name provided. (Only main folders, not subfolders) -
Mark email as unread
Mark email as unread by EntryID provided -
Send Email
Send email, before you must configurate the server -
Reply Email
Reply mail from Entry ID -
Forward Email
Forward mail from Entry ID -
Save Email
Saves a mail from Entry ID -
Extract table from email by EntryID
Extract the content of a table by email EntryID provided -
Download attachments by EntryID
Download attachments by EntryID in a folder -
Read .msg file
Read .msg file and store the information in a variable
OS
- windows
- linux
- docker