> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/pout-get-message.md).

# POut Get Message

Gets a specified e-mail message from Pocket Outlook.

Action available for the following operating systems:

![](/files/-MKK7IW41U6rxT2tC7Dn)

### Parameters

*Message*

* **Get Message By** *\<radiobox> -* Defines if the user wants to get the e-mail messages by **Message number** or by **Message unique ID**.
  * **Message Number** *\<numeric> -* The number of the e-mail message that the user wants to get from the POut Server.
  * **Message Unique ID** *\<string> -* The unique ID of the e-mail message that the user wants to get from the POut Server. In order to use this option, the POut Server must support it.

*Targets*

***Targets for Header***

* **Unique ID** *\<unquoted string> -* The control or variable to save the e-mail message Unique ID.
* **Date** *\<unquoted string> -* The control or variable to save the date of the e-mail message.

***Targets for Details***

* **Sender** *\<unquoted string> -* The control or variable to save the sender of the e-mail message.
* **Subject** *\<unquoted string> -* The control or variable to save the subject of the e-mail message.
* **Body** *\<unquoted string> -* The control or variable to save the body of the e-mail message.
* **Attachments List** *\<unquoted string> -* The control or variable to save the attachments list of the e-mail message.
* **Attachments Separator** *\<string> -* A string that separates items from the attachment list.

*Files*

* **Attachment Dir** *\<string> -* The full path and name of the file that will save the attachment list of the e-mail message.
* **Save Mail File** *\<string> -* The full path and name of the file that will save the mail file.

{% hint style="info" %}
This action is only for Terminals.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/pout-get-message.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.
