Example of a String Field

The following code is an example of a string field:

<field id="Currency Short Name">
  <reader>
    <mapi_user>
      <user_field id="sbl Currency Short Name" ol_field_type="1"></user_field>
      <convertor>
        <string/>
      </convertor>
    </mapi_user>
  </reader>
  <writer>
    <Outlook_user>
      <user_field id="sbl Currency Short Name" ol_field_type="1"></user_field>
      <convertor>
        <string/>
      </convertor>
    </Outlook_user>
  </writer>
</field>