Surpassing text on codeunit mail

DarkHorseDarkHorse Member Posts: 389
Dear sirs, i'm doing a code to send an e-mail on run a report. The code is like this:

Mail.NewMessage("Prob",'','Rpb - CustomerNº '+ "No.",
'This is an example............','',TRUE);
END;
END;

Mail is codeunit mail
I put a message but on run report it says "surpassing". Has this codeunit a limit of characteres?, how can I put a longer text?.
Thanks.

Comments

Sign In or Register to comment.