'?' in Mailto:-URL truncates the body in the mail

I have a Mailto: -URL containing a ?-mark like this:“Mailto:Username?Subject=The%20Subject&Body=This%20is%20a%20?%20in%20the%20body”

The ?-mark in the body-part, makes the subject-field look like this:

"The Subject&Body=This is a ". The rest of the text is gone and the Body-field is empty.

I have tried to use %3F instead of the ?, with the same result. In the R4&5-Forum, I read a message that said I could use %253F but it didn’t work either (%25 = % so %253F could translate to %3F).

This is a problem since a lot of URL’s contains the ?-mark.

Anyone have a solution, or is this a bug?

Subject: ‘?’ in Mailto:-URL truncates the body in the mail

Use a question mark before each field…

mailto:sales@mikesfunshop.com?Subject=Thankyou?Body=This%20works

http://www.mikesfunshop.com

Subject: RE: ‘?’ in Mailto:-URL truncates the body in the mail

Thanks. That solves the problem about all text written in the subject-field, but not the “critical” problem for me. A lot of URLs contains ?-marks as a part of the address. I got this URL from your homepage:“Error Page | eBay

and this won’t work:

mailto:?Subject=Check%20the%20feedback?Body=Error Page | eBay

It seems like Notes treats the ?-mark as a field-delimiter, but I want it written as ?-mark in the bodytext.