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

# Kontakte auflisten

`outlook_list_contacts`

Listet Kontakte aus dem Outlook-Adressbuch alphabetisch auf.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                        |
| ----------------- | ------ | ------------ | ----------------------------------- |
| `limit`           | number | Nein         | Max. Kontakte (1-100, Standard 20). |
| `offset`          | number | Nein         | Kontakte überspringen.              |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`.         |

## Rückgabewert

Array von Kontaktobjekten mit `id`, `displayName`, `givenName`, `surname`, `emailAddresses`, `mobilePhone`, `businessPhones`, `jobTitle`, `companyName`, `department`, `officeLocation`.

## Beispielverwendung

> "Liste die ersten 20 Kontakte auf."
