Class MailboxType
Service mailbox type This Enum is used by: mail_in_filter.server_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class MailboxType : Enum
Fields
4: TypeFacebook
Declaration
public const MailboxType Facebook
Field Value
Type | Description |
---|---|
MailboxType |
Imap
2: Imap - without OAuth support. Use ImapOAuth instead if OAuth is needed
Declaration
public const MailboxType Imap
Field Value
Type | Description |
---|---|
MailboxType |
ImapOAuth
9: This is a Imap mailbox using OAuth authentication
Declaration
public const MailboxType ImapOAuth
Field Value
Type | Description |
---|---|
MailboxType |
Imaps
6: Imap SSL
Declaration
public const MailboxType Imaps
Field Value
Type | Description |
---|---|
MailboxType |
Mailgun
8: Used by mailboxes set up as a Mailgun route
Declaration
public const MailboxType Mailgun
Field Value
Type | Description |
---|---|
MailboxType |
Mapi
3: Mapi - Obsolete
Declaration
public const MailboxType Mapi
Field Value
Type | Description |
---|---|
MailboxType |
Pop
1: Pop
Declaration
public const MailboxType Pop
Field Value
Type | Description |
---|---|
MailboxType |
Pops
5: Pop SSL
Declaration
public const MailboxType Pops
Field Value
Type | Description |
---|---|
MailboxType |
SmsPlugin
7: Incoming SMS, using a plugin
Declaration
public const MailboxType SmsPlugin
Field Value
Type | Description |
---|---|
MailboxType |
Unknown
0: Unknown
Declaration
public const MailboxType Unknown
Field Value
Type | Description |
---|---|
MailboxType |
value__
Service mailbox type This Enum is used by: mail_in_filter.server_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)