UTIL_Email.DeliverabilityAccessLevel
Class
apex
global enum UTIL_Email.DeliverabilityAccessLevelEnum representing the three possible email deliverability settings in a Salesforce org.
Since: 1.0
Values
| Value | Description |
|---|---|
| global ALL_EMAIL | All outbound email — user-initiated and Apex — is permitted. |
| global NO_ACCESS | No outbound email is permitted. |
| global SYSTEM_EMAIL_ONLY | Only system-generated email (e.g., password resets) is permitted. |
Value Details
ALL_EMAIL
apex
global ALL_EMAILAll outbound email — user-initiated and Apex — is permitted.
NO_ACCESS
apex
global NO_ACCESSNo outbound email is permitted.
SYSTEM_EMAIL_ONLY
apex
global SYSTEM_EMAIL_ONLYOnly system-generated email (e.g., password resets) is permitted.