/*
  This file has been taken from the rra module of the SynCE
  project. It is and remains licensed under the MIT license.
  Credits and thanks to the SynCE team.
  
  Holger Berndt, 2005
*/

#ifndef __contact_ids_h__
#define __contact_ids_h__

#define ID_NOTE         0x0017

#define ID_SUFFIX       0x3a05
#define ID_FIRST_NAME   0x3a06
#define ID_WORK_TEL     0x3a08
#define ID_HOME_TEL     0x3a09
#define ID_LAST_NAME    0x3a11
#define ID_COMPANY      0x3a16
#define ID_JOB_TITLE    0x3a17
#define ID_DEPARTMENT   0x3a18
#define ID_MOBILE_TEL   0x3a1c
#define ID_CAR_TEL      0x3a1e
#define ID_WORK_FAX     0x3a24
#define ID_HOME_FAX     0x3a25
#define ID_HOME2_TEL    0x3a2f

#define ID_BIRTHDAY     0x4001
#define ID_ANNIVERSARY  0x4003
#define ID_CATEGORY     0x4005

#define ID_WORK2_TEL    0x4007
#define ID_WEB_PAGE     0x4008
#define ID_PAGER        0x4009

#define ID_FULL_NAME    0x4013
#define ID_TITLE        0x4023
#define ID_MIDDLE_NAME  0x4024

#define ID_HOME_STREET       0x4040
#define ID_HOME_LOCALITY     0x4041
#define ID_HOME_REGION       0x4042
#define ID_HOME_POSTAL_CODE  0x4043
#define ID_HOME_COUNTRY      0x4044

#define ID_WORK_STREET       0x4045
#define ID_WORK_LOCALITY     0x4046
#define ID_WORK_REGION       0x4047
#define ID_WORK_POSTAL_CODE  0x4048
#define ID_WORK_COUNTRY      0x4049

#define ID_EMAIL        0x4083
#define ID_EMAIL2       0x4093
#define ID_EMAIL3       0x40a3

#endif



syntax highlighted by Code2HTML, v. 0.9.1