**Source URL:** https://limited.veevavault.dev/commercial/mdl/component-types/accountmessage

# Accountmessage

**Class:** `metadata`

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

Learn about [Email and Message Administration in Vault Help](https://platform.veevavault.help/en/lr/2157).

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

### 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](/commercial/mdl/component-types)  
**Next:** [Actiontrigger](/commercial/mdl/component-types/actiontrigger)