Description
The CustomerEmail class holds the base data for each email sent to a customer.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
attachments |
anyType (restriction) |
1..1 |
The attachments to the email |
customerUUID |
string |
0..1 |
The UUID of the customer that is the recipient of the email |
emailBlocks |
0..* |
The list of email blocks |
|
emailSettingDetails |
anyType (restriction) |
1..1 |
The settings for the email |
emailType |
0..1 |
The type of the email |
|
sendTo |
string |
0..* |
The list of user UUIDs to send email to. If no UUID is specified, then the email would be sent to the whole of the admin group of the customer concerned. |
sendToEmail |
string |
0..* |
The list of email addresses to whom the email is to be sent; this features can only be used by MBEs |