Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

RecipientForRequest

Prev Next

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
  • Must be in email address format
name No String Recipient name
  • Up to 69 characters
type Yes String Recipient type
  • R (default) | C | B
    • R: recipient
    • C: cc
    • B: bcc
parameters No Object Substitution parameter
  • Apply by recipient
  • Object in the form of a map, with substitution IDs as keys and the values that map to those substitution IDs as values