Class ZmAccount
Class Detail
ZmAccount(type, id, name)
Creates the account.
Field Detail
<static>
ZmAccount.TYPE_AOL
Defines the "AOL" account type.
<static>
ZmAccount.TYPE_CALDAV
Defines the "Zimbra" account type.
<static>
ZmAccount.TYPE_EXCHANGE
Defines the "Microsoft Exchange Mobile Sync" account type.
<static>
ZmAccount.TYPE_GMAIL
Defines the "Gmail" account type.
<static>
ZmAccount.TYPE_IMAP
Defines the "IMAP" account type.
<static>
ZmAccount.TYPE_LIVE
Defines the "Microsoft Live" or "Hotmail" account type.
<static>
ZmAccount.TYPE_MSE
Defines the "Microsoft Exchange IMAP" account type.
<static>
ZmAccount.TYPE_PERSONA
Defines the "persona" account type.
<static>
ZmAccount.TYPE_POP
Defines the "POP" account type.
<static>
ZmAccount.TYPE_YMP
Defines the "Y! Mail" account type.
<static>
ZmAccount.TYPE_ZIMBRA
Defines the "Zimbra" account type.
Method Detail
{String}
getEmail()
Gets the email address for this account. Subclasses should override this method.
{String}
getIdentity()
Gets the identity for this account. Subclasses should override this method.
{String}
getName()
Gets the name of the account.
<static>
{String}
ZmAccount.getTypeName(type)
Gets the name of the specified type.
setEmail(email)
Sets the email address for this account. Subclasses should override this method.
setName(name)
Sets the name of the account.
{String}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)
|