> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MailFolder

> Provides list of subscribed and unsubscribed mail folders available for an account

## "MailFolder"

This provider name is implemented by the class <see cref="T:SuperOffice.CRM.ArchiveLists.MailFolderProvider">SuperOffice.CRM.ArchiveLists.MailFolderProvider</see> inside NetServer's SODatabase assembly.

Provides list of subscribed and unsubscribed mail folders available for an account

## Supported Entities

| Name         | Description  |
| ------------ | ------------ |
| "mailfolder" | (mailfolder) |

## Supported Columns

| Name       | Restriction | Description | OrderBy |
| ---------- | ----------- | ----------- | ------- |
| id         | *None*      | id          |         |
| subscribed | *None*      |             |         |
| name       | *None*      |             |         |

## Sample

```http! theme={null}
GET /api/v1/archive/MailFolder?$select=
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

```

See also: <see cref="T:SuperOffice.CRM.Services.IArchiveAgent">IArchiveAgent</see>.
