Multiple recipients in mail
Hello,
How to set multiple recipients when setting mail in FR.
When try with array FR always took the first mail e.g.
string[] recipients = new string[2];
recipients[0] = rowSubject["_acPrimaryContactMail"].ToString();
recipients[1] = rowSubject["_acSecondaryContactMail"].ToString();
report.EmailSettings.Recipients = recipients;
Where is the problem?
Thank you,,
Ljuba
How to set multiple recipients when setting mail in FR.
When try with array FR always took the first mail e.g.
string[] recipients = new string[2];
recipients[0] = rowSubject["_acPrimaryContactMail"].ToString();
recipients[1] = rowSubject["_acSecondaryContactMail"].ToString();
report.EmailSettings.Recipients = recipients;
Where is the problem?
Thank you,,
Ljuba