Enum of all the possible email preferences for the user's email preference.
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Use default value for EmailPreference property | |
| All | 1 | Receive all emails | |
| ErrorOnly | 2 | Receive emails on errors only | |
| None | 3 | Receive no emails |
See Also