Open the menu
    ```html

    Contact Us: Administration

    Allows for the management of messages. Provides the editing of messages sent by the end user and the deletion of messages.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    Contact Message

    • Name(string) : User's name
    • Category(identifier) : Message category
    • Email(string) : User's contact email
    • Subject(string) : Message subject
    • Status(integer) : Status of the contact processing
      • Open: Reason for contact has not yet been resolved;
      • Closed: Reason for contact has already been resolved.

    Links

    Permissions

    • Administer: User with the permission to "Administer" receives messages by email and has access to the administrative areas of messages and categories. This permission includes the permission to "Post Message"

    Actions

    • delete
    ```