Get the account key for the specified inbox item data.
#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)
BlackBerry 10.2.0
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().
The account key for an account is unique across the platform and it identifies a particular user account on a device.
The account key of the specified inbox item, as a uds_account_key_t.