list-emails
Retrieve recent emails from your Outlook inbox, sent items, or drafts folder. Specify the folder, count, or access shared mailboxes directly through Microsoft Graph API integration.
Instructions
Lists recent emails from your inbox
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of emails to retrieve (default: 10, max: 50) | |
folder | No | Email folder to list (e.g., 'inbox', 'sent', 'drafts', default: 'inbox') | |
sharedMailbox | No | Email address of shared mailbox to access (e.g., 'shared@company.com') |