Hi Community members,
with Domino C-API ans NSFItemSetText we discovered that if field name is more than 16, Domino core (notes alos probably) set the Item name in Lowercase:
Sample:
TemporaryRejected => domino create the text item with "temporaryrejected" as item name (ioncorrect)
TmpRejected => domino creates the text item as "TmpRejected" (correct)
If you do know why (double-byte or a misconfiguration), just to be sure the items respect the case (for another application), for the moment we jsut defined items length lower than 15 car, but well as the limit is 32 caracters....