> ## 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.

# Anhang abrufen

`outlook_get_attachment`

Lädt einen bestimmten Anhang aus einer Outlook-Nachricht herunter. Datei-Anhänge kommen als base64 in der strukturierten Ausgabe.

## Parameter

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

## Rückgabewert

Anhangobjekt mit `id`, `name`, `contentType`, `size`, `contentBytes` (base64), `sourceUrl`.

## Beispielverwendung

> "Lade das PDF von Nachricht `AAMkAGI2...` herunter."
