org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-686FDCE2-4487-4402-8347-875350D30163.html
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     1 
       
     2 <!DOCTYPE html
       
     3   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Supported contact keys"/><meta name="DC.Relation" scheme="URI" content="GUID-8722B5DB-5EA6-446D-8C1D-7A0B3D8781EF"/><meta name="DC.Relation" scheme="URI" content="GUID-231C11D4-82B3-4202-8E86-DE8A3556C9DE"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-A5853293-7B83-4CCE-9C29-B2B8F0CD8A18"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-686FDCE2-4487-4402-8347-875350D30163"/><title>Supported
       
     5 contact keys </title><script type="text/javascript">
       
     6       function initPage() {}
       
     7     </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-686FDCE2-4487-4402-8347-875350D30163">Supported
       
     8 contact keys</h1><div>
       
     9 <p/>
       
    10 <p>The information about a contact is represented as keys. Each key corresponds
       
    11 to a specific piece of information, such as first name, last name, home phone
       
    12 number, or email address. Each contact has at least one key. The supported
       
    13 set of keys depends on the contacts database. If you try to add a key to a
       
    14 database that does not support it, the <a href="GUID-20D66938-A870-43D7-9515-AC7E22AEDC14.html#GUID-20D66938-A870-43D7-9515-AC7E22AEDC14"><code>Add</code></a> method
       
    15 returns an <a href="GUID-8722B5DB-5EA6-446D-8C1D-7A0B3D8781EF.html#GUID-366CE8CC-0149-4E96-90CC-CB5AB2C5B5C5">error message</a>.</p>
       
    16 <p>The following table lists the combined set of keys supported by databases
       
    17 compatible with S60 5th Edition:</p>
       
    18 <ul>
       
    19 <li><p>The default device database (URI: <code>cntdb://c:contacts.cdb</code>)
       
    20 supports all the listed keys.</p></li>
       
    21 <li><p>The SIM card database (URI: <code>sim://global_adn</code>)
       
    22 supports a subset of the listed keys. The supported keys are indicated in
       
    23 the <strong>Supported by SIM</strong> column.</p></li>
       
    24 </ul>
       
    25 <p>In JavaScript, keys are represented as objects, with the key name as
       
    26 the object name. For example, the <a href="GUID-CD495D49-E492-4E88-833D-29EF222B097F.html#GUID-CD495D49-E492-4E88-833D-29EF222B097F"><code>ReturnValue</code> iterator
       
    27 returned by a <code>GetList</code> call</a> might contain the following
       
    28 keys (objects) for the first contact item:</p>
       
    29 <ul>
       
    30 <li><p><code>ReturnValue[0].FirstName</code></p></li>
       
    31 <li><p><code>ReturnValue[0].LastName</code></p></li>
       
    32 <li><p><code>ReturnValue[0].LandPhoneHome</code></p>
       
    33 </li>
       
    34 <li><p><code>ReturnValue[0].EmailHome</code></p></li>
       
    35 </ul>
       
    36 <div class="note"><p><strong class="note_title">Note: </strong>The <code>SyncClass</code> key is added to a contact by default,
       
    37 with the <code>Label</code> property set to <code>"Synchronisation"</code> and
       
    38 the <code>Value</code> property to <code>"private"</code>,
       
    39 unless specified as <code>"public"</code>. Values other than <code>"private"</code> or <code>"public"</code> are
       
    40 stored as <code>"private"</code>.</p>
       
    41 </div>
       
    42 <div class="tablenoborder"><a name="GUID-776FA159-E05C-46A1-954E-E24D433A8E15"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-776FA159-E05C-46A1-954E-E24D433A8E15" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Contact keys</caption>
       
    43 
       
    44 <thead align="left">
       
    45 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e35027">
       
    46 <p>Key</p>
       
    47 </th><th class="cellrowborder" valign="top" width="25%" id="d0e35032">
       
    48 <p>Description</p>
       
    49 </th><th class="cellrowborder" valign="top" width="25%" id="d0e35037">
       
    50 <p>Maximum length</p>
       
    51 </th><th class="cellrowborder" valign="top" width="25%" id="d0e35042">
       
    52 <p>Supported by SIM</p>
       
    53 </th></tr>
       
    54 </thead>
       
    55 <tbody>
       
    56 <tr class="">
       
    57 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
    58 <p><code>LastName</code></p>
       
    59 </td>
       
    60 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
    61 <p>Last name</p>
       
    62 </td>
       
    63 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
    64 <p>50 (14 for SIM)</p>
       
    65 </td>
       
    66 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">
       
    67 <p>X</p>
       
    68 </td>
       
    69 </tr>
       
    70 <tr class="bg ">
       
    71 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
    72 <p><code>FirstName</code></p>
       
    73 </td>
       
    74 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
    75 <p>First name</p>
       
    76 </td>
       
    77 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
    78 <p>50</p>
       
    79 </td>
       
    80 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
    81 </tr>
       
    82 <tr class="">
       
    83 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
    84 <p><code>Prefix</code></p>
       
    85 </td>
       
    86 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
    87 <p>Name prefix</p>
       
    88 </td>
       
    89 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
    90 <p>10</p>
       
    91 </td>
       
    92 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
    93 </tr>
       
    94 <tr class="bg ">
       
    95 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
    96 <p><code>Suffix</code></p>
       
    97 </td>
       
    98 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
    99 <p>Name suffix</p>
       
   100 </td>
       
   101 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   102 <p>10</p>
       
   103 </td>
       
   104 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   105 </tr>
       
   106 <tr class="">
       
   107 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   108 <p><code>SecondName</code></p>
       
   109 </td>
       
   110 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   111 <p>Second name</p>
       
   112 </td>
       
   113 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   114 <p>50</p>
       
   115 </td>
       
   116 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   117 </tr>
       
   118 <tr class="bg ">
       
   119 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   120 <p><code>LandPhoneHome</code></p>
       
   121 </td>
       
   122 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   123 <p>Home land phone number</p>
       
   124 </td>
       
   125 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   126 <p>48</p>
       
   127 </td>
       
   128 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   129 </tr>
       
   130 <tr class="">
       
   131 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   132 <p><code>MobilePhoneHome</code></p>
       
   133 </td>
       
   134 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   135 <p>Home mobile phone number</p>
       
   136 </td>
       
   137 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   138 <p>48</p>
       
   139 </td>
       
   140 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   141 </tr>
       
   142 <tr class="bg ">
       
   143 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   144 <p><code>VideoNumberHome</code></p>
       
   145 </td>
       
   146 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   147 <p>Home video number</p>
       
   148 </td>
       
   149 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   150 <p>48</p>
       
   151 </td>
       
   152 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   153 </tr>
       
   154 <tr class="">
       
   155 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   156 <p><code>FaxNumberHome</code></p>
       
   157 </td>
       
   158 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   159 <p>Home fax number</p>
       
   160 </td>
       
   161 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   162 <p>48</p>
       
   163 </td>
       
   164 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   165 </tr>
       
   166 <tr class="bg ">
       
   167 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   168 <p><code>VoipHome</code></p>
       
   169 </td>
       
   170 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   171 <p>Home VoIP phone number</p>
       
   172 </td>
       
   173 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   174 <p>100</p>
       
   175 </td>
       
   176 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   177 </tr>
       
   178 <tr class="">
       
   179 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   180 <p><code>EmailHome</code></p>
       
   181 </td>
       
   182 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   183 <p>Home email address</p>
       
   184 </td>
       
   185 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   186 <p>150</p>
       
   187 </td>
       
   188 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   189 </tr>
       
   190 <tr class="bg ">
       
   191 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   192 <p><code>URLHome</code></p>
       
   193 </td>
       
   194 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   195 <p>Home URL</p>
       
   196 </td>
       
   197 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   198 <p>1000</p>
       
   199 </td>
       
   200 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   201 </tr>
       
   202 <tr class="">
       
   203 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   204 <p><code>AddrLabelHome</code></p>
       
   205 </td>
       
   206 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   207 <p>Home address label</p>
       
   208 </td>
       
   209 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   210 <p>250</p>
       
   211 </td>
       
   212 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   213 </tr>
       
   214 <tr class="bg ">
       
   215 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   216 <p><code>AddrPOHome</code></p>
       
   217 </td>
       
   218 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   219 <p>Home address post office</p>
       
   220 </td>
       
   221 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   222 <p>20</p>
       
   223 </td>
       
   224 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   225 </tr>
       
   226 <tr class="">
       
   227 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   228 <p><code>AddrEXTHome</code></p>
       
   229 </td>
       
   230 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   231 <p>Home address extension</p>
       
   232 </td>
       
   233 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   234 <p>50</p>
       
   235 </td>
       
   236 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   237 </tr>
       
   238 <tr class="bg ">
       
   239 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   240 <p><code>AddrStreetHome</code></p>
       
   241 </td>
       
   242 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   243 <p>Home address street</p>
       
   244 </td>
       
   245 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   246 <p>50</p>
       
   247 </td>
       
   248 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   249 </tr>
       
   250 <tr class="">
       
   251 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   252 <p><code>AddrLocalHome</code></p>
       
   253 </td>
       
   254 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   255 <p>Home address local</p>
       
   256 </td>
       
   257 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   258 <p>50</p>
       
   259 </td>
       
   260 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   261 </tr>
       
   262 <tr class="bg ">
       
   263 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   264 <p><code>AddrRegionHome</code></p>
       
   265 </td>
       
   266 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   267 <p>Home address region</p>
       
   268 </td>
       
   269 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   270 <p>50</p>
       
   271 </td>
       
   272 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   273 </tr>
       
   274 <tr class="">
       
   275 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   276 <p><code>AddrPostCodeHome</code></p>
       
   277 </td>
       
   278 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   279 <p>Home address postal code</p>
       
   280 </td>
       
   281 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   282 <p>20</p>
       
   283 </td>
       
   284 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   285 </tr>
       
   286 <tr class="bg ">
       
   287 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   288 <p><code>AddrCountryHome</code></p>
       
   289 </td>
       
   290 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   291 <p>Home address country</p>
       
   292 </td>
       
   293 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   294 <p>50</p>
       
   295 </td>
       
   296 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   297 </tr>
       
   298 <tr class="">
       
   299 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   300 <p><code>JobTitle</code></p>
       
   301 </td>
       
   302 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   303 <p>Job title</p>
       
   304 </td>
       
   305 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   306 <p>50</p>
       
   307 </td>
       
   308 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   309 </tr>
       
   310 <tr class="bg ">
       
   311 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   312 <p><code>CompanyName</code></p>
       
   313 </td>
       
   314 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   315 <p>Company name</p>
       
   316 </td>
       
   317 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   318 <p>50</p>
       
   319 </td>
       
   320 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   321 </tr>
       
   322 <tr class="">
       
   323 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   324 <p><code>LandPhoneWork</code></p>
       
   325 </td>
       
   326 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   327 <p>Work land phone number</p>
       
   328 </td>
       
   329 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   330 <p>48</p>
       
   331 </td>
       
   332 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   333 </tr>
       
   334 <tr class="bg ">
       
   335 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   336 <p><code>MobilePhoneWork</code></p>
       
   337 </td>
       
   338 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   339 <p>Work mobile phone number</p>
       
   340 </td>
       
   341 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   342 <p>48</p>
       
   343 </td>
       
   344 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   345 </tr>
       
   346 <tr class="">
       
   347 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   348 <p><code>VideoNumberWork</code></p>
       
   349 </td>
       
   350 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   351 <p>Work video number</p>
       
   352 </td>
       
   353 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   354 <p>48</p>
       
   355 </td>
       
   356 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   357 </tr>
       
   358 <tr class="bg ">
       
   359 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   360 <p><code>FaxNumberWork</code></p>
       
   361 </td>
       
   362 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   363 <p>Work fax number</p>
       
   364 </td>
       
   365 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   366 <p>48</p>
       
   367 </td>
       
   368 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   369 </tr>
       
   370 <tr class="">
       
   371 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   372 <p><code>VoipWork</code></p>
       
   373 </td>
       
   374 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   375 <p>Work VoIP phone number</p>
       
   376 </td>
       
   377 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   378 <p>100</p>
       
   379 </td>
       
   380 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   381 </tr>
       
   382 <tr class="bg ">
       
   383 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   384 <p><code>EmailWork</code></p>
       
   385 </td>
       
   386 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   387 <p>Work email address</p>
       
   388 </td>
       
   389 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   390 <p>150</p>
       
   391 </td>
       
   392 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   393 </tr>
       
   394 <tr class="">
       
   395 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   396 <p><code>URLWork</code></p>
       
   397 </td>
       
   398 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   399 <p>Work URL</p>
       
   400 </td>
       
   401 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   402 <p>1000</p>
       
   403 </td>
       
   404 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   405 </tr>
       
   406 <tr class="bg ">
       
   407 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   408 <p><code>AddrLabelWork</code></p>
       
   409 </td>
       
   410 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   411 <p>Work address label</p>
       
   412 </td>
       
   413 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   414 <p>250</p>
       
   415 </td>
       
   416 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   417 </tr>
       
   418 <tr class="">
       
   419 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   420 <p><code>AddrPOWork</code></p>
       
   421 </td>
       
   422 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   423 <p>Work address post office</p>
       
   424 </td>
       
   425 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   426 <p>20</p>
       
   427 </td>
       
   428 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   429 </tr>
       
   430 <tr class="bg ">
       
   431 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   432 <p><code>AddrEXTWork</code></p>
       
   433 </td>
       
   434 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   435 <p>Work address extension</p>
       
   436 </td>
       
   437 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   438 <p>50</p>
       
   439 </td>
       
   440 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   441 </tr>
       
   442 <tr class="">
       
   443 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   444 <p><code>AddrStreetWork</code></p>
       
   445 </td>
       
   446 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   447 <p>Work address street</p>
       
   448 </td>
       
   449 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   450 <p>50</p>
       
   451 </td>
       
   452 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   453 </tr>
       
   454 <tr class="bg ">
       
   455 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   456 <p><code>AddrLocalWork</code></p>
       
   457 </td>
       
   458 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   459 <p>Work address local</p>
       
   460 </td>
       
   461 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   462 <p>50</p>
       
   463 </td>
       
   464 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   465 </tr>
       
   466 <tr class="">
       
   467 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   468 <p><code>AddrRegionWork</code></p>
       
   469 </td>
       
   470 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   471 <p>Work address region</p>
       
   472 </td>
       
   473 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   474 <p>50</p>
       
   475 </td>
       
   476 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   477 </tr>
       
   478 <tr class="bg ">
       
   479 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   480 <p><code>AddrPostCodeWork</code></p>
       
   481 </td>
       
   482 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   483 <p>Work address postal code</p>
       
   484 </td>
       
   485 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   486 <p>20</p>
       
   487 </td>
       
   488 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   489 </tr>
       
   490 <tr class="">
       
   491 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   492 <p><code>AddrCountryWork</code></p>
       
   493 </td>
       
   494 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   495 <p>Work address country</p>
       
   496 </td>
       
   497 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   498 <p>50</p>
       
   499 </td>
       
   500 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   501 </tr>
       
   502 <tr class="bg ">
       
   503 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   504 <p><code>LandPhoneGen</code></p>
       
   505 </td>
       
   506 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   507 <p>General land phone number</p>
       
   508 </td>
       
   509 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   510 <p>48</p>
       
   511 </td>
       
   512 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   513 </tr>
       
   514 <tr class="">
       
   515 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   516 <p><code>MobilePhoneGen</code></p>
       
   517 </td>
       
   518 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   519 <p>General mobile phone number</p>
       
   520 </td>
       
   521 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   522 <p>48</p>
       
   523 </td>
       
   524 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">
       
   525 <p>X</p>
       
   526 </td>
       
   527 </tr>
       
   528 <tr class="bg ">
       
   529 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   530 <p><code>VideoNumberGen</code></p>
       
   531 </td>
       
   532 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   533 <p>General video number</p>
       
   534 </td>
       
   535 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   536 <p>48</p>
       
   537 </td>
       
   538 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   539 </tr>
       
   540 <tr class="">
       
   541 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   542 <p><code>FaxNumberGen</code></p>
       
   543 </td>
       
   544 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   545 <p>General fax number</p>
       
   546 </td>
       
   547 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   548 <p>48</p>
       
   549 </td>
       
   550 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   551 </tr>
       
   552 <tr class="bg ">
       
   553 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   554 <p><code>VOIPGen</code></p>
       
   555 </td>
       
   556 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   557 <p>General VoIP phone number</p>
       
   558 </td>
       
   559 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   560 <p>100</p>
       
   561 </td>
       
   562 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   563 </tr>
       
   564 <tr class="">
       
   565 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   566 <p><code>POC</code></p>
       
   567 </td>
       
   568 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   569 <p>Push to Talk over Cellular (PoC)</p>
       
   570 </td>
       
   571 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   572 <p>100</p>
       
   573 </td>
       
   574 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   575 </tr>
       
   576 <tr class="bg ">
       
   577 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   578 <p><code>SWIS</code></p>
       
   579 </td>
       
   580 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   581 <p>"See What I See" (SWIS)</p>
       
   582 </td>
       
   583 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   584 <p>100</p>
       
   585 </td>
       
   586 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   587 </tr>
       
   588 <tr class="">
       
   589 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   590 <p><code>SIP</code></p>
       
   591 </td>
       
   592 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   593 <p>SIP identity</p>
       
   594 </td>
       
   595 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   596 <p>100</p>
       
   597 </td>
       
   598 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   599 </tr>
       
   600 <tr class="bg ">
       
   601 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   602 <p><code>EmailGen</code></p>
       
   603 </td>
       
   604 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   605 <p>General email address</p>
       
   606 </td>
       
   607 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   608 <p>150</p>
       
   609 </td>
       
   610 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   611 </tr>
       
   612 <tr class="">
       
   613 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   614 <p><code>URLGen</code></p>
       
   615 </td>
       
   616 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   617 <p>General URL</p>
       
   618 </td>
       
   619 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   620 <p>1000</p>
       
   621 </td>
       
   622 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   623 </tr>
       
   624 <tr class="bg ">
       
   625 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   626 <p><code>AddrLabelGen</code></p>
       
   627 </td>
       
   628 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   629 <p>General address label</p>
       
   630 </td>
       
   631 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   632 <p>250</p>
       
   633 </td>
       
   634 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   635 </tr>
       
   636 <tr class="">
       
   637 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   638 <p><code>AddrPOGen</code></p>
       
   639 </td>
       
   640 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   641 <p>General address post office</p>
       
   642 </td>
       
   643 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   644 <p>20</p>
       
   645 </td>
       
   646 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   647 </tr>
       
   648 <tr class="bg ">
       
   649 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   650 <p><code>AddrExtGen</code></p>
       
   651 </td>
       
   652 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   653 <p>General address extension</p>
       
   654 </td>
       
   655 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   656 <p>50</p>
       
   657 </td>
       
   658 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   659 </tr>
       
   660 <tr class="">
       
   661 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   662 <p><code>AddrStreetGen</code></p>
       
   663 </td>
       
   664 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   665 <p>General address street</p>
       
   666 </td>
       
   667 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   668 <p>50</p>
       
   669 </td>
       
   670 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   671 </tr>
       
   672 <tr class="bg ">
       
   673 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   674 <p><code>AddrLocalGen</code></p>
       
   675 </td>
       
   676 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   677 <p>General address local</p>
       
   678 </td>
       
   679 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   680 <p>50</p>
       
   681 </td>
       
   682 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   683 </tr>
       
   684 <tr class="">
       
   685 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   686 <p><code>AddrRegionGen</code></p>
       
   687 </td>
       
   688 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   689 <p>General address region</p>
       
   690 </td>
       
   691 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   692 <p>50</p>
       
   693 </td>
       
   694 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   695 </tr>
       
   696 <tr class="bg ">
       
   697 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   698 <p><code>AddrPostCodeGen</code></p>
       
   699 </td>
       
   700 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   701 <p>General address postal code</p>
       
   702 </td>
       
   703 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   704 <p>20</p>
       
   705 </td>
       
   706 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   707 </tr>
       
   708 <tr class="">
       
   709 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   710 <p><code>AddrCountryGen</code></p>
       
   711 </td>
       
   712 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   713 <p>General address country</p>
       
   714 </td>
       
   715 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   716 <p>50</p>
       
   717 </td>
       
   718 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   719 </tr>
       
   720 <tr class="bg ">
       
   721 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   722 <p><code>PageNumber</code></p>
       
   723 </td>
       
   724 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   725 <p>Pager number</p>
       
   726 </td>
       
   727 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   728 <p>48</p>
       
   729 </td>
       
   730 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   731 </tr>
       
   732 <tr class="">
       
   733 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   734 <p><code>DTMFString</code></p>
       
   735 </td>
       
   736 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   737 <p>DTMF string</p>
       
   738 </td>
       
   739 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   740 <p>60</p>
       
   741 </td>
       
   742 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   743 </tr>
       
   744 <tr class="bg ">
       
   745 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   746 <p><code>Date</code></p>
       
   747 </td>
       
   748 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   749 <p>Date</p>
       
   750 </td>
       
   751 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   752 <p>This key is in TTime format.</p>
       
   753 </td>
       
   754 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   755 </tr>
       
   756 <tr class="">
       
   757 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   758 <p><code>Note</code></p>
       
   759 </td>
       
   760 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   761 <p>Note</p>
       
   762 </td>
       
   763 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   764 <p>1000</p>
       
   765 </td>
       
   766 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   767 </tr>
       
   768 <tr class="bg ">
       
   769 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   770 <p><code>Ringtone</code></p>
       
   771 </td>
       
   772 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   773 <p>Ring tone</p>
       
   774 </td>
       
   775 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   776 <p>256</p>
       
   777 </td>
       
   778 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   779 </tr>
       
   780 <tr class="">
       
   781 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   782 <p><code>MiddleName</code></p>
       
   783 </td>
       
   784 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   785 <p>Middle name</p>
       
   786 </td>
       
   787 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   788 <p>50</p>
       
   789 </td>
       
   790 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   791 </tr>
       
   792 <tr class="bg ">
       
   793 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   794 <p><code>Department</code></p>
       
   795 </td>
       
   796 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   797 <p>Department name</p>
       
   798 </td>
       
   799 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   800 <p>50</p>
       
   801 </td>
       
   802 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   803 </tr>
       
   804 <tr class="">
       
   805 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   806 <p><code>AsstName</code></p>
       
   807 </td>
       
   808 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   809 <p>Assistant name</p>
       
   810 </td>
       
   811 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   812 <p>50</p>
       
   813 </td>
       
   814 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   815 </tr>
       
   816 <tr class="bg ">
       
   817 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   818 <p><code>Spouse</code></p>
       
   819 </td>
       
   820 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   821 <p>Spouse name</p>
       
   822 </td>
       
   823 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   824 <p>50</p>
       
   825 </td>
       
   826 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   827 </tr>
       
   828 <tr class="">
       
   829 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   830 <p><code>Children</code></p>
       
   831 </td>
       
   832 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   833 <p>Children</p>
       
   834 </td>
       
   835 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   836 <p>50</p>
       
   837 </td>
       
   838 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   839 </tr>
       
   840 <tr class="bg ">
       
   841 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   842 <p><code>AsstPhone</code></p>
       
   843 </td>
       
   844 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   845 <p>Assistant phone number</p>
       
   846 </td>
       
   847 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   848 <p>50</p>
       
   849 </td>
       
   850 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   851 </tr>
       
   852 <tr class="">
       
   853 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   854 <p><code>CarPhone</code></p>
       
   855 </td>
       
   856 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   857 <p>Car phone number</p>
       
   858 </td>
       
   859 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   860 <p>48</p>
       
   861 </td>
       
   862 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   863 </tr>
       
   864 <tr class="bg ">
       
   865 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   866 <p><code>Anniversary</code></p>
       
   867 </td>
       
   868 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   869 <p>Anniversary</p>
       
   870 </td>
       
   871 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   872 <p>This key is in TTime format.</p>
       
   873 </td>
       
   874 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   875 </tr>
       
   876 <tr class="">
       
   877 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   878 <p><code>SyncClass</code></p>
       
   879 </td>
       
   880 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   881 <p>Synchronisation</p>
       
   882 <p>Possible values:</p>
       
   883 <ul>
       
   884 <li><p><code>"Public"</code></p></li>
       
   885 <li><p><code>"Private"</code></p></li>
       
   886 </ul>
       
   887 <p>Any other value is interpreted as <code>"Private"</code>.</p>
       
   888 </td>
       
   889 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   890 <p>1000</p>
       
   891 </td>
       
   892 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   893 </tr>
       
   894 <tr class="bg ">
       
   895 <td class="cellrowborder" valign="top" width="25%" headers="d0e35027 ">
       
   896 <p><code>LOCPrivacy</code></p>
       
   897 </td>
       
   898 <td class="cellrowborder" valign="top" width="25%" headers="d0e35032 ">
       
   899 <p>Locality privacy</p>
       
   900 </td>
       
   901 <td class="cellrowborder" valign="top" width="25%" headers="d0e35037 ">
       
   902 <p>256</p>
       
   903 </td>
       
   904 <td class="cellrowborder" valign="top" width="25%" headers="d0e35042 ">&nbsp;</td>
       
   905 </tr>
       
   906 </tbody>
       
   907 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>