> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/ribbon-menu-bar/window/secure-messages.md).

# Mensajes seguros

Envíe y reciba mensajes seguros en la aplicación entre usuarios de Remote Desktop Manager, incluidos adjuntos, caducidad y aprobaciones de PAM.

Envíe y reciba mensajes seguros con usuarios del mismo espacio de trabajo, directamente en Remote Desktop Manager.

### Enviar un mensaje seguro

1. En la cinta, vaya a la pestaña ***Window***.
2. Haga clic en ***Message***.
3. Haga clic en ***Send message***.
4. Haga clic en ***Send in-app***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Más información sobre las otras <a href="https://docs.devolutions.net/send/overview/devolutions-send">opciones</a>.</p></div>
5. Haga clic en ***Add recipients***.
6. Seleccione un destinatario de la lista y haga clic en ***OK***.
7. Escriba el ***Subject*** y el ***Message***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Es posible <em><strong>Add attachment</strong></em> con el botón situado más a la derecha. El mensaje puede eliminarse automáticamente después de un tiempo. Para ello, marque la casilla <em><strong>Expires after</strong></em> y seleccione una fecha. La opción <em><strong>High priority</strong></em> mostrará el mensaje en cuanto el destinatario o los destinatarios inicien sesión en el espacio de trabajo.</p></div>
8. Haga clic en ***Send***.

### Recibir un mensaje seguro

Aparecerá una carta roja en la parte inferior derecha cuando haya recibido un nuevo mensaje.

{% hint style="info" %}
Las solicitudes de checkout de PAM pueden aprobarse o denegarse a través de mensajes seguros.
{% endhint %}

1. Haga clic en el botón de mensaje.
2. Haga doble clic en el mensaje o haga clic en ***Open message***.

### Opciones de la ventana de mensajes

A continuación se explican todas las opciones en orden (de izquierda a derecha).

* ***Send message***: enviar un mensaje.
* ***Open message***: abrir el mensaje seleccionado.
* ***Delete***: eliminar el mensaje seleccionado.
* ***Delete all***: eliminar todos sus mensajes.
* ***Mark as read***: establecer el estado del mensaje o los mensajes seleccionados como leídos.
* ***Mark as unread***: establecer el estado del mensaje o los mensajes seleccionados como no leídos.
* ***Refresh***: actualizar su bandeja de entrada.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/ribbon-menu-bar/window/secure-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
