Tizen Native API
|
Public Attributes | |
int | mailbox_id |
char * | mailbox_name |
email_mailbox_type_e | mailbox_type |
char * | alias |
int | unread_count |
int | total_mail_count_on_local |
int | total_mail_count_on_server |
int | local |
int | account_id |
int | mail_slot_size |
int | no_select |
time_t | last_sync_time |
int | deleted_flag |
int | eas_data_length |
void * | eas_data |
The structure type used to save the information of a mailbox.
The account ID for mailbox
char* email_mailbox_t::alias |
The display name of mailbox
The flag specifying whether mailbox is deleted
The data for eas engine.
The length of eas_data
The last sync time of the mailbox
The local mailbox
The number of mails that can be stored in local mailbox
The unique ID on mailbox table
The path of mailbox
email_mailbox_type_e email_mailbox_t::mailbox_type |
The type of mailbox
The 'no_select' attribute from xlist
The total number of mails in the mailbox in the local DB
The total number of mails in the mailbox in the mail server
The unread mail count in the mailbox