> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/mailbox/properties/get.md).

# Get

## Get Properties with <mark style="color:orange;">Text</mark>&#x20;

| Name                                                 | Description                                                                        |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------- |
| Letter Body                                          | Gets the letter body                                                               |
| Letter ID                                            | Gets the letter ID                                                                 |
| Letter Received Date                                 | Gets the letter received date                                                      |
| Letter Sender                                        | Gets the letter sender                                                             |
| Letter Title                                         | Gets the letter title                                                              |
| System Time                                          | Gets the System Time with date and time formatting                                 |
| Dynamic String (Requires Game Creator 2 Dialogue)    | Allows you to use Dynamic String from Game Creator 2 Dialogue inside the letter    |
| Dynamic Text Area (Requires Game Creator 2 Dialogue) | Allows you to use Dynamic Text Area from Game Creator 2 Dialogue inside the letter |

## Get Properties with <mark style="color:purple;">Sprite</mark>

| Name               | Description                                             |
| ------------------ | ------------------------------------------------------- |
| Letter Read Icon   | Gets the letters read icon from the LetterTheme asset   |
| Letter Unread Icon | Gets the letters unread icon from the LetterTheme asset |
| Letter Sender Icon | Gets the letters sender icon                            |

## Get Properties with Instruction <mark style="color:orange;">Set Letter</mark>

| Name                   | Description                                                               |
| ---------------------- | ------------------------------------------------------------------------- |
| Current Open Letter    | Gets the current open Letter                                              |
| Letter                 | Reference to a Letter asset                                               |
| Letter from GameObject | Gets a Letter from a GameObject with a LetterItemUI or LetterUI component |
| Global Letter Variable | Gets the Letter value of a Global Name Variable                           |
| Local Letter Variable  | Gets the Letter value of a Global List Variable                           |

## Get Properties with Instruction <mark style="color:blue;">Set Number</mark>

| Name                   | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| Total Letters Count    | Gets the total letters inside a mailbox                        |
| Unread Letters Count   | Gets the number of unread letters inside a mailbox             |
| GameObject Child Count | Gets the index of the GameObject within its parent's children. |


---

# 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:

```
GET https://docs.fullscreen.no/info/game-creator-2-assets/mailbox/properties/get.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.
