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 | Boolean | 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. | |
| 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. |
| LastModifiedDate | Datetime | True |
Date and time when the email service address was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification time for the record. |