> ## 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 MailboxType

> Service mailbox type

Service mailbox type

## Syntax

```crmscript theme={null}
MailboxType
```

## Fields

| Name      | Description                                                            |
| --------- | ---------------------------------------------------------------------- |
| Unknown   | Unknown                                                                |
| Pop       | Pop                                                                    |
| Imap      | Imap - without OAuth support. Use ImapOAuth instead if OAuth is needed |
| Mapi      | Mapi - Obsolete                                                        |
| Facebook  | TypeFacebook                                                           |
| Pops      | Pop SSL                                                                |
| Imaps     | Imap SSL                                                               |
| SmsPlugin | Incoming SMS, using a plugin                                           |
| Mailgun   | Used by mailboxes set up as a Mailgun route                            |
| ImapOAuth | This is a Imap mailbox using OAuth authentication                      |


## Related topics

- [Enum values for MailboxType](/en/database/tables/enums/mailboxtype.md)
- [SuperOffice.WebApi.Data.MailboxType](/en/api/reference/webapi/SuperOffice.WebApi.Data.MailboxType.md)
- [mail_in_filter table](/en/database/tables/mail-in-filter.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [NSMailboxEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSMailboxEntity.md)
- [SuperOffice.WebApi.Data.MailboxEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.MailboxEntity.md)
