> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum MessageHeaderStdItemCol

> Ticket message header modification options

Ticket message header modification options

## Syntax

```crmscript theme={null}
MessageHeaderStdItemCol
```

## Fields

| Name  | Description                                                        |
| ----- | ------------------------------------------------------------------ |
| None  | The header should be returned/treated as-is, no modifications      |
| Name  | The localization resource should be added to the Name of a header  |
| Value | The localization resource should be added to the Value of a header |


## Related topics

- [SuperOffice.WebApi.Data.MessageHeaderStdItemCol](/en/api/reference/webapi/SuperOffice.WebApi.Data.MessageHeaderStdItemCol.md)
- [Enum MessageHeaderStdItem](/en/automation/crmscript/reference/CRMScript.NetServer.MessageHeaderStdItem.md)
- [SuperOffice.WebApi.Data.MessageHeaderStdItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.MessageHeaderStdItem.md)
- [SuperOffice.WebApi.Data.TicketMessageHeader](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageHeader.md)
- [message_header table](/en/database/tables/message-header.md)
- [Get Ticket Message](/en/api/reference/restful/agent/ticket_agent/get-ticket-message.md)
