Modules@robinpath/outlook
@robinpath/outlook
0.1.1PublicOutlook module for RobinPath.
@robinpath/outlook
Outlook module for RobinPath.
Why use this module?
The outlook module lets you:
- listMessages
- getMessage
- sendEmail
- replyToEmail
- forwardEmail
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/outlook
Quick Start
1. Set up credentials
outlook.setCredentials "your-credentials"
2. listMessages
outlook.listMessages
Available Functions
| Function | Description |
|---|---|
outlook.setCredentials | Configure outlook credentials. |
outlook.listMessages | listMessages |
outlook.getMessage | getMessage |
outlook.sendEmail | sendEmail |
outlook.replyToEmail | replyToEmail |
outlook.forwardEmail | forwardEmail |
outlook.createDraft | createDraft |
outlook.sendDraft | sendDraft |
outlook.listDrafts | listDrafts |
outlook.deleteMessage | deleteMessage |
outlook.moveMessage | moveMessage |
outlook.copyMessage | copyMessage |
outlook.listFolders | listFolders |
outlook.createFolder | createFolder |
outlook.listAttachments | listAttachments |
outlook.getAttachment | getAttachment |
outlook.createRule | createRule |
outlook.getProfile | getProfile |
outlook.searchMessages | searchMessages |
outlook.flagMessage | flagMessage |
outlook.listCategories | listCategories |
Examples
listMessages
outlook.listMessages
getMessage
outlook.getMessage
sendEmail
outlook.sendEmail
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/outlook";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
outlook.setCredentials "your-credentials"
outlook.listMessages
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/google-sheets— Google Sheets module for complementary functionality@robinpath/google-calendar— Google Calendar module for complementary functionality@robinpath/google-contacts— Google Contacts module for complementary functionality@robinpath/google-forms— Google Forms module for complementary functionality@robinpath/gmail— Gmail module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
productivity
0
@robinpath/airtable
v0.1.1robinpath
Airtable module for RobinPath.
0 downloads
...
productivity
0
@robinpath/asana
v0.1.1robinpath
Asana module for RobinPath.
0 downloads
...
productivity
0
@robinpath/basecamp
v0.1.1robinpath
Basecamp module for RobinPath.
0 downloads
...
productivity
0
@robinpath/clickup
v0.1.1robinpath
ClickUp module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/outlook Version0.1.1
LicenseMIT
Unpacked Size4.7 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

