| java.lang.Object | ||
| ↳ | java.lang.Enum<com.ardic.android.parcelables.EmailConfig.AccountType> | |
| ↳ | com.ardic.android.parcelables.EmailConfig.AccountType | |
This enum is for e-mail account types.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EmailConfig.AccountType | ACCOUNT_TYPE_EAS | Exchange Account type | |||||||||
| EmailConfig.AccountType | ACCOUNT_TYPE_IMAP | IMAP Account type | |||||||||
| EmailConfig.AccountType | ACCOUNT_TYPE_POP3 | POP3 Account type | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts String value to enum.
| |||||||||||
Converts enum to String.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
|
| |||||||||||
Exchange Account type
IMAP Account type
POP3 Account type
Converts String value to enum.
| Parameters | |
|---|---|
accountType |
String:
String value for the enum. One of ACCOUNT_TYPE_EAS,
ACCOUNT_TYPE_POP3, ACCOUNT_TYPE_IMAP, |
| Returns | |
|---|---|
EmailConfig.AccountType |
enum AccountType |
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
EmailConfig.AccountType |
|