Email address size limit NAV 2013

davmac1davmac1 Member Posts: 1,283
edited 2014-03-07 in NAV Three Tier
Hi,
Does anyone know what the email address size limit is in NAV 2013?
I had a customer put in 155 characters for the recipient name and it failed with:
This message is for C/AL programmers: A call to Microsoft.Dynamics.Nav.SMTP.SmtpMessage.To failed with this message: Object synchronization method was called from an unsynchronized block of code

When I reduced the length of the email address it works just fine.

In NAV2013, the text parameters do not have lengths, so the length problem must be in the Dotnet code used to call the SMTP.SmtpMessage in codeunit 400.

Comments

Sign In or Register to comment.