uds_inbox_item_data_get_account_id()

Get the account key for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
uds_account_key_t uds_inbox_item_data_get_account_id(uds_inbox_item_data_t const *inbox_item)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to get the account key for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().

Library:

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

Description:

The account key for an account is unique across the platform and it identifies a particular user account on a device.

Returns:

The account key of the specified inbox item, as a uds_account_key_t.