I’d like to create a URL which would open a new memo with the Sender (SendTo field) already defined.
Is that possible, e.g. by creating something like http://host/db.nsf/Memo?OpenForm&SendTo=address@domain.com
Does not seem to work just like that. Any clues?
Thank you,
Pascal
Subject: URL to create document
Look in Designer 6 Help for the @UrlQueryString function. The example there shows you how it works.
Subject: Ye Gods man! (WAS: URL to create document)
Have you not heard of the HTML “mailto” link? You can even do more than just define who the mail goes to. For example:
mailto:EMAIL_ADDRESS?Subject=WHATEVER_YOU_WANT_THE_SUBJECT_LINE_TO_BE will work too.

You can also manipulate the content of the mail and so forth. Check out the specs. at http://www.w3c.org for more.
–