public interface IEmailStore
Modifier and Type | Method and Description |
---|---|
IEmailStore |
cloneStore()
Should return an exact copy of the email store.
|
java.lang.String |
getStoreId()
Returns an unique store indentifier.
|
java.lang.String |
getStoreName()
Returns an human readable store name.
|
boolean |
isDefault()
Informs if the email store is the default one in the email application.
|
java.lang.String getStoreId()
java.lang.String getStoreName()
boolean isDefault()
IEmailStore cloneStore()