- Documentation
- Activities
- Get Outlook Emails
Fetch emails from Outlook app on your computer
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Folder Name folderName | string | Optional | Inbox | — |
Maximum Emails maxEmails | number | Optional | 10 | — |
Unread Only unreadOnly | boolean | Optional | false | — |
Output Variable outputVariable | variable | Optional | OutlookEmails | — |
Output
OutlookEmailsArrayList of email messages retrieved from Outlook
lengthNumber[index]Object[index].SubjectString[index].FromString[index].BodyString[index].ReceivedTimeString[index].HasAttachmentsBoolean
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete Email
Delete an email (moves to Deleted Items)
Forward Email
Forward an email to another recipient
Mark Email Read/Unread
Mark an email as read or unread
Move Email
Move an email to a different folder
Receive Emails (IMAP)
Fetch emails from your inbox using server settings
Reply to Email
Reply to an email in Outlook