UTIL_Email.DeliverabilityAccessLevel
Class
apex
global enum UTIL_Email.DeliverabilityAccessLevelEnum representing the three possible email deliverability settings in a Salesforce org.
Inner Classes
| Class | Description |
|---|---|
| ALL_EMAIL | All outbound email — user-initiated and Apex — is permitted. |
| NO_ACCESS | No outbound email is permitted. |
| 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.