UserEmailPreference
Enum of all the possible email preferences for the user's email preference.
All = 1
Receive all emails
Default = 0
Use default value for EmailPreference property
ErrorOnly = 2
Receive emails on errors only
None = 3
Receive no emails
Unknown = 4
Someone made a different choice in the environment, and we're not able to map it back to an enum.