VCardPhotoEncoding

#include <bb/pim/contacts/VCardPhotoEncoding>

The VCardPhotoEncoding class represents possible vcard photo encoding.

You can use the VCardPhotoEncoding::Type enumeration to determine the photo encoding on vcard

Since:

BlackBerry 10.0.0

Public Types Index

enum Type

B = 0, BASE64 = 1

Public Types

Type

An enumeration of possible vcard photo encoding.

Since:

BlackBerry 10.0.0

B = 0

Indicates that encoding type will have ENCODING=B on photo property.

Since:

BlackBerry 10.0.0

BASE64 = 1

Indicates that encoding type will have ENCODING=BASE64 on photo property.

Since:

BlackBerry 10.0.0