Setting the property in the IDE for Field Type, appears to be ignored at run time.
Attempting to set it in code is a bit of a mystery also. The following are resulting compiler errors:
me.FieldType=1
me.FieldType=“Email”
me.FieldType=Email
What am I Missing?