Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <resource_mailboxes.h>
Data Fields | |
const char * | mailbox_name |
int | new_messages |
int | old_messages |
Argument struct for ast_ari_mailboxes_update()
Definition at line 67 of file resource_mailboxes.h.
const char* mailbox_name |
Name of the mailbox
Definition at line 69 of file resource_mailboxes.h.
int new_messages |
Count of new messages in the mailbox
Definition at line 73 of file resource_mailboxes.h.
int old_messages |
Count of old messages in the mailbox
Definition at line 71 of file resource_mailboxes.h.