**Source URL:** https://general.veevavault.dev/qualityone/mdl/component-types/accountmessage.md

# Accountmessage

**Class: ** `metadata`

View and edit messages that Vault sends to users as both emails and in-application notifications.

Learn about <a href="https://platform.veevavault.help/en/lr/2157">Email and Message Administration in Vault Help</a>.

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringMax length: 60 | UI-friendly string in the Vault's base language. |
| active | Type: Boolean | Indicates whether the component is active. |
| default_lang | Type: StringMax length: 255 | The default language for the email. |
| email_body | Type: LongStringRequiredMax length: 2000 | The body of the email sent to the notification recipient. |
| subject | Type: StringRequiredMax length: 255 | Subject of the email sent to the notification recipient. |

### Supported Operations {#supported-operations}

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |


---

**Previous:** [All Component Types](/qualityone/mdl/component-types)  
**Next:** [Actiontrigger](/qualityone/mdl/component-types/actiontrigger)