Outlook
Description
The Outlook activity downloads emails from a specified Outlook account. It allows users to retrieve emails based on a date range, folder, and other filters. The activity can also download attachments and apply filters to the subject line using regular expressions.
Input
data from Outlook
Output
Data
Configuration Fields
- Connection
Configuration options for establishing a connection to Outlook.
- FromReceivedDate
The start date from which emails should be retrieved.
- ToReceivedDate
The end date till which emails should be retrieved.
- FolderName
The name of the folder from which emails are to be fetched.
- DownloadAttachment
Option to download attachments from the emails.
- SubjectRegex
Regular expression pattern for filtering emails based on their subject line.
Sample Input
Not Applicable
Sample Configuration
Sample Output
- MessageId Unique identifier of the email.
- ReceivedDate Date and time the email was received.
- From Sender’s email address.
- To Recipient’s email address.
- Subject Subject of the email.
- Body Body content of the email.
- Attachment List of attachments included in the email (if any).