Enum MailboxType
Service mailbox type This Enum is used by: mail_in_filter.server_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum MailboxType : short
Fields
| Name | Description |
|---|---|
4: TypeFacebook |
|
| Imap | 2: Imap - without OAuth support. Use ImapOAuth instead if OAuth is needed |
| ImapOAuth | 9: This is a Imap mailbox using OAuth authentication |
| Imaps | 6: Imap SSL |
| Mailgun | 8: Used by mailboxes set up as a Mailgun route |
| Mapi | 3: Mapi - Obsolete |
| Pop | 1: Pop |
| Pops | 5: Pop SSL |
| SmsPlugin | 7: Incoming SMS, using a plugin |
| Unknown | 0: Unknown |