# Exchange Server Scope

> `UiPath.ExchangeServer.Activities.ExchangeServerScope`

`UiPath.ExchangeServer.Activities.ExchangeServerScope`

## Description

Establishes a connection to a specified Exchange server and provides a scope for any subsequent Exchange Server Administration activities.

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **ExchangeServerAddress** - The FQDN (Fully Qualified Domain Name) of the Exchange Server you want to establish a connection with. This field supports only strings and `String` variables.
* **Password** - The password of the user account used to perform the Exchange server operations. This fields supports only `SecureString` variables.
* **Username** - The username of the user account used to perform the Exchange server operations. This field supports only strings and `String` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
