EmailAddresses
Create, update, delete, and query the EmailAddresses module in SugarCRM.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | False |
The unique identifier of the email address. |
Email_Address | String | False |
The email address. |
Email_Address_Caps | String | False |
The email address in uppercase. |
Invalid_Email | Bool | False |
Whether the email address is marked as invalid. |
Opt_Out | Bool | False |
Whether the email address is marked as opt out. |
Date_Created | Datetime | False |
The date the email address was created. |
Date_Modified | Datetime | False |
The date the email address was last modified. |
Deleted | Bool | False |
Whether the email address is deleted. |