Get the MIME type for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
const char* uds_inbox_item_data_get_mime_type(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the MIME type for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The MIME type indicates what type of content the inbox item contains. For example, a message item in a messaging account might have a MIME type of "plain/message" or "text/plain".
The MIME type of the specified inbox item.