Sting values to get all fileds of a note

HI,

To get all value of a filed in a note we need to pass the string to the NSFItemGetText, say FirstName to get first name. Where can we find the remaining filed string values.

Here is one for first name

NSFItemGetText(hNote, “FirstName”,cBuf, 512);

Thanks,

Nanjunda