uds_inbox_item_data_get_perimeter()

Get the perimeter for the specified inbox item data.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to get the perimeter 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:

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), the return value of this function indicates 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).

Returns:

The perimeter of the specified inbox item, as a uds_perimeter_type_t.