outlook_list_inbox_delta
List only inbox changes since the last call, lowering API costs for recurring polling tasks.
Instructions
List only inbox changes since the last call.
Use this for polling/recurring agents — typically 10x cheaper than outlook_list_inbox after the first call. Use outlook_list_inbox for one-shot snapshots.
Example: first call: outlook_list_inbox_delta(); next: outlook_list_inbox_delta(delta_token=). is_deleted=True items are tombstones (drop cached payload). has_more=True means drain immediately by passing the returned delta_token back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | inbox | |
| page_size | No | ||
| delta_token | No |