Enum UserEmailPreference
Enum of all the possible email preferences for the user's email preference.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum UserEmailPreference
Fields
Name | Description |
---|---|
All | Receive all emails |
Default | Use default value for EmailPreference property |
ErrorOnly | Receive emails on errors only |
None | Receive no emails |
Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |