Available in Classic and VPC
This is the recipient request information.
Syntax
The syntax is as follows.
private String address = null;
private String name = null;
private String type = "R";
private Object parameters = null;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
address |
Yes | String | Recipient email address
|
name |
No | String | Recipient name
|
type |
Yes | String | Recipient type
|
parameters |
No | Object | Substitution parameter
|