In JobSubmitRequest I dont see any option to add cc or bcc to emails. Each email in the delivery list is going as a seperate email. How can i acheive this?
Here is the snippet of the api i use to form the email
for(String email: request.getEmailList())
{
InternetType emailType =
emailType.setEmail(email);
deliveryList.getListOrSmQueryOrTable().add(emailType);}