Step Details | |
| Introduced in Version | --- |
| Modified in Version | --- |
| Location | Communication > Email > IMAP |
The Get Headers in Folder step allows users to access a folder on an IMAP server to return header data.
Properties
Input
| Property | Description | Data Type |
|---|---|---|
| Count | Specifies the number of emails headers to return | Int32 |
| Folder Path | Folder to retrieve email header data from | |
| Password | The password of the user connecting to the email server | String |
| Port | Port number of the email server | Int32 |
| Secure Connection | Used if the email server credentials require a secure connection | Boolean |
| Server | IMAP or POP email server | String |
| Unread Messages Only | Specifies whether only unread messages are returned | Boolean |
| Username | Username to connect to the email server | String |
Output
| Property | Description | Data Type |
|---|---|---|
| Headers | List of the email header data found | EmailHeader list |

Related Information
Forum Posts:
Using Email Steps with Gmail Issue
How To Have Get Emails Step Filter Specific Folder