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

# SuperOffice.WebApi.Data.MailboxType

# <a id="SuperOffice_WebApi_Data_MailboxType" /> Enum MailboxType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Service mailbox type
This Enum is used by:  mail\_in\_filter.server\_type

```csharp theme={null}
public enum MailboxType : short
```

## Fields

`Facebook = 4`

4: TypeFacebook

`Imap = 2`

2: Imap - without OAuth support. Use ImapOAuth instead if OAuth is needed

`ImapOAuth = 9`

9: This is a Imap mailbox using OAuth authentication

`Imaps = 6`

6: Imap SSL

`Mailgun = 8`

8: Used by mailboxes set up as a Mailgun route

`Mapi = 3`

3: Mapi - Obsolete

`Pop = 1`

1: Pop

`Pops = 5`

5: Pop SSL

`SmsPlugin = 7`

7: Incoming SMS, using a plugin

`Unknown = 0`

0: Unknown


## Related topics

- [SuperOffice.WebApi.Data.MailboxEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.MailboxEntity.md)
- [SuperOffice.WebApi.Data.Mailbox](/en/api/reference/webapi/SuperOffice.WebApi.Data.Mailbox.md)
- [SuperOffice.WebApi.Data.CustomerService GetMailboxesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetMailboxesRequest.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.HugoAI](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.HugoAI.md)
