---
title: "ADEnableMailbox (Opus Funktion)"
---
### Beschreibung

Mit dieser Funktion wird eine interne Email Adresse und die entsprechende Mailbox erstellt.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | User Name |
|  | [string](../../standard-datentypen/string.md) | Exchange Server Name (z.B. "s[erver01.sample.ch](http://chstf02.stf.ch/)" |

### Rückgabewert

xxx

### Beispiel

```
ADEnableMailbox(Ls_UserName, MailServer);
```

### Siehe auch

[ADDisableMailbox (Opus Funktion)](addisablemailbox-opus-funktion.md)
