Get the total count for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
int uds_inbox_item_data_get_total_count(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the total count for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The total count indicates the total number of items in an aggregated inbox item. For example, if an inbox item represents a conversation, the total count indicates the total number of messages in the conversation.
The total count of the specified inbox item.