OutgoingEmail
Schema file for OutgoingEmail.
Columns
| Name | Type | ReadOnly | References | Description |
| Id | String | True |
Unique identifier for the record. | |
| ExternalId | String | False |
External ID from another system. | |
| ValidatedFromAddress | String | False |
Field containing ValidatedFromAddress information. | |
| ToAddress | String | False |
Field containing ToAddress information. | |
| CcAddress | String | False |
Field containing CcAddress information. | |
| BccAddress | String | False |
Field containing BccAddress information. | |
| Subject | String | False |
Subject or title of the activity. | |
| TextBody | String | False |
Field containing TextBody information. | |
| HtmlBody | String | False |
Field containing HtmlBody information. | |
| RelatedToId | String | False |
ID of the RelatedTo associated with this record. | |
| RelatedToIdType | String | False |
Specifies the type of the 'RelatedToId' polymorphic field to use in the statement. | |
| RelatedToIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedToId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| WhoId | String | False |
ID of the Who associated with this record. | |
| WhoIdType | String | False |
Specifies the type of the 'WhoId' polymorphic field to use in the statement. | |
| WhoIdExternalFieldName | String | False |
Specifies the external field name of the 'WhoId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| EmailTemplateId | String | False |
ID of the EmailTemplate associated with this record. | |
| EmailTemplateIdType | String | False |
Specifies the type of the 'EmailTemplateId' polymorphic field to use in the statement. | |
| EmailTemplateIdExternalFieldName | String | False |
Specifies the external field name of the 'EmailTemplateId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| InReplyTo | String | False |
Field containing InReplyTo information. | |
| References | String | False |
Field containing References information. | |
| MessageId | String | False |
ID of the Message associated with this record. | |
| 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. |