<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

UserEmailPreference

public enum 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

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.