> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Anhänge auflisten

`outlook_list_attachments`

Listet alle Anhänge einer Outlook-Nachricht auf - Datei-Anhänge, verknüpfte Dateien und angehängte Elemente.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                |
| ----------------- | ------ | ------------ | --------------------------- |
| `message_id`      | string | Ja           | Nachrichten-ID.             |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`. |

## Rückgabewert

Array von Anhangobjekten mit `id`, `name`, `contentType`, `size`, `isInline`, `lastModifiedDateTime`.

## Beispielverwendung

> "Welche Dateien hängen an `AAMkAGI2...`?"
