Hello Patrick,

How can i add new fields and property for the syncevo client?

for e.g., i need to specify the property MaxOccur and MaxSize for some
of the fields. If is add these tags like<MaxOccur>1</MaxOccur>, client
gives errors:
invalid tag <MaxSize> at line 712 col 8
invalid tag <MaxOccur>1</MaxOccur>

also i need to add a new field. for e.g.,
      <Property>
        <PropName>X-IMPP</PropName>
        <MaxOccur>1</MaxOccur>
      </Property>
      <Property>
        <PropName>X-CT</PropName> ??
        <PropParam>
          <ParamName>TYPE</ParamName>
          <ValEnum>PERSON</ValEnum>
          <ValEnum>BUSINESS</ValEnum>
          <ValEnum>GROUP</ValEnum>
        </PropParam>
      </Property>

How do i enable my client for these fields and these properties?

Regards
Sachin
_______________________________________________
SyncEvolution mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution

Reply via email to