Short answer: You can list outlook messages in Microsoft Outlook by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Microsoft Outlook List Outlook Messages action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Folder folder | options | Optional | Folder. Options: Inbox, Sent Items, Drafts, Deleted Items |
Filter (OData) filter | string | Optional | OData filter expression |
Limit top | string | Optional | Limit. e.g. "10" |
Search search | string | Optional | Search. Example: subject:quarterly report |
{"folder": "{{trigger.folder}}","filter": "e.g. isRead eq false","top": "10","search": "e.g. subject:quarterly report"}
{"value": [{"id": "msg123","from": {"emailAddress": {"address": "sender@example.com"}},"isRead": false,"subject": "Quarterly Report","bodyPreview": "Please find attached...","receivedDateTime": "2025-01-15T12:00:00Z"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.