EmailServicesAddress
Stores email addresses configured for Salesforce Email Services, enabling automated email processing.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the email service address. | |
| IsActive | Bool | False |
Indicates whether the email service address is currently active. | |
| LocalPart | String | False |
Local part of the email address used to receive incoming emails. | |
| EmailDomainName | String | True |
Domain name portion of the email address. | |
| AuthorizedSenders | String | False |
Comma-separated list of email addresses or domains authorized to send messages to this service. | |
| RunAsUserId | String | False |
User.Id |
ID of the user under whose context the service executes. |
| FunctionId | String | False |
ID of the email service function associated with this address. | |
| DeveloperName | String | False |
The unique name used by the API and managed packages. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the email service address. |
| CreatedDate | Datetime | True |
Date and time when the email service address was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the email service address. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification time for the record. | |
| LastModifiedDate | Datetime | True |
Date and time when the email service address was last modified. |