uds_inbox_item_data_set_total_count()

Set the total count for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_inbox_item_data_set_total_count(uds_inbox_item_data_t *inbox_item, int total_count)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to set 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().

total_count

The total count to set.

Library:

libunifieddatasourcec (For the qcc command, use the -l unifieddatasourcec option to link against this library)

Description:

The total count lets you indicate 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.

Returns: