# Delegar enviar como

### Descrição

Concede ou remove permissões SendAs para um delegado numa caixa de correio no Exchange Online. As permissões atuais são mostradas antes e depois de aplicar a alteração. Isso permite que o delegado envie emails como se fosse o proprietário da caixa de correio.

### Localização

Utilizador → Correio → Delegado Enviar como

**Nome completo do Runbook**

rjgit-user\_mail\_delegate-send-as

### Permissões

#### Permissões de aplicativo

* **Tipo**: Office 365 Exchange Online
  * Exchange.ManageAsApp

#### funções de RBAC

* administrador do Exchange

### Parâmetros

#### UserName

Nome principal de utilizador da caixa de correio.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | true   |
| Valor padrão |        |
| Tipo         | String |

#### delegateTo

Nome principal de utilizador do delegado.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | true   |
| Valor padrão |        |
| Tipo         | String |

#### Remover

Se definido como verdadeiro, remove a delegação em vez de a conceder.

| Propriedade  | Valor   |
| ------------ | ------- |
| Obrigatório  | false   |
| Valor padrão | False   |
| Tipo         | Boolean |

[Voltar para a visão geral da Referência de Runbook](/pt/automacao/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/pt/automacao/runbooks/runbook-references/user/mail/delegate-send-as.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
