Update: Two years before this question, a similar question was asked: Effective maximum mailto: body lengths as pointed out by Peter O. Luckily answers
If I am using JavaScript function to build the mailto URL (with dynamic title and body) then calls window.open(url) to launch the default EMail client, the max length of this URL seems to be much shorter. EMail client won't be activated if the URL is too long.
Here is the max length that works for browsers running on Windows only.