Is there a certain string size for outlook email. I have the following code that gives me an error
The data area passed to a system call is too small
However this only seems to occur when my message body is larger then normal
document.location.href = "mailto:" + emailAddress + "?subject=my msgs Relief&body=" + escape(message);
If I am removing code then it's not showing this message. So it seams that it's related to the number of characters in email body. Please suggest.