Set the perimeter for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_perimeter(uds_inbox_item_data_t *inbox_item, uds_perimeter_type_t perimeter)
BlackBerry 10.2.0
The inbox item to set the perimeter for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The perimeter to set, as a uds_perimeter_type_t. If not specified, the default value is UDS_PERIMETER_PERSONAL.
For a hybrid account (that is, one that contains both personal and work information and is represented by UDS_ACCOUNT_HYBRID in the uds_account_status_t enumeration), you can use this function to indicate whether any action that's invoked on this inbox item is invoked in the enterprise perimeter (UDS_PERIMETER_ENTERPRISE) or the personal perimeter (UDS_PERIMETER_PERSONAL).