Show / Hide Table of Contents

Enum MailboxType

Service mailbox type This Enum is used by: mail_in_filter.server_type

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum MailboxType : short

Fields

Name Description
Facebook

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

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.MailboxType, To>()
ObjectExtensions.AssignByReflection<MailboxType>(MailboxType)
ObjectExtensions.GraphCopy<MailboxType>()
Converters.MapEnums<MailboxType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top