contacts_plat/virtual_phonebook_configuration_api/inc/phonebook/VPbkVariant.hrh
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   129     EVPbkLVVOIP = 0x00080000,
   129     EVPbkLVVOIP = 0x00080000,
   130 
   130 
   131     /**
   131     /**
   132      * Show email addresses in Send Message address selection.
   132      * Show email addresses in Send Message address selection.
   133      */
   133      */
   134     EVPbkLVShowEmailInSendMsg = 0x00100000
   134     EVPbkLVShowEmailInSendMsg = 0x00100000,
       
   135     
       
   136     /**
       
   137      * Sync contact group during vCard sync.
       
   138      */    
       
   139     EVPbkLVSyncGroupEnabled = 0x00200000
   135 	};
   140 	};
   136 
   141 
   137 
   142 
   138 #endif // VPBKVARIANT_HRH
   143 #endif // VPBKVARIANT_HRH
   139 
   144