java.lang.Object | |
↳ | com.htc.app.admin.EasAccountInfo |
This class is for configurating the EAS E-Mail account via MDM API.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creat Eas mail account
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
To get the email account display name from EasAccountInfo.
| |||||||||||
To get the domain name from EasAccountInfo.
| |||||||||||
To get the email address from EasAccountInfo.
| |||||||||||
To get the user password from EasAccountInfo.
| |||||||||||
To get the email server address from EasAccountInfo.
| |||||||||||
To get the useSSL value.
| |||||||||||
To get the user name from EasAccountInfo.
| |||||||||||
To set the email account display name into EasAccountInfo.
| |||||||||||
To set the domain name into EasAccountInfo.
| |||||||||||
Creat Eas mail account
| |||||||||||
To set the email address into EasAccountInfo.
| |||||||||||
To set the password into EasAccountInfo.
| |||||||||||
To set the email server address into EasAccountInfo.
| |||||||||||
To set this account will use SSL connection.
| |||||||||||
To set the user name into EasAccountInfo.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creat Eas mail account
displayName | The display name of the e-mail account. |
---|---|
emailAddress | Email address |
serverAddress | Server address |
domainName | Domain Name |
userName | user name |
password | password |
useSsl | True if this ause ssl |
To get the email account display name from EasAccountInfo.
To get the domain name from EasAccountInfo.
To get the email address from EasAccountInfo.
To get the user password from EasAccountInfo.
To get the email server address from EasAccountInfo.
To get the useSSL value.
To get the user name from EasAccountInfo.
To set the email account display name into EasAccountInfo.
displayName | The display name of the e-mail account. |
---|
To set the domain name into EasAccountInfo.
domainName | The domain name. |
---|
Creat Eas mail account
displayName | The display name of the e-mail account. |
---|---|
emailAddress | Email address |
serverAddress | Server address |
domainName | Domain Name |
userName | user name |
password | password |
useSsl | use ssl |
To set the email address into EasAccountInfo.
emailAddress | The e-mail address. |
---|
To set the password into EasAccountInfo.
password | The passowrd of this account. |
---|
To set the email server address into EasAccountInfo.
serverAddress | The server address. |
---|
To set this account will use SSL connection.
bUseSsl | True if it uses SSL connection; false if not. The default is false. |
---|
To set the user name into EasAccountInfo.
userName | The user name. |
---|