I just converted an AppleScript, which is depreciated in xCode 3.2.2, into Objective C, for use in xCode 3.2.2. ( The AppleScript has to be imbedded in Objective C code, which does some of the heavy lifting. I got the xCode version working OK, thank to code examples found on the Web.
I programmatically create the to address, subject, and body based on
However, my intensive search for programmatically setting the "from" address (select one of my e-mail accounts) in Objective C, which I could do in my Apple Script, has not met with success.
In addition to the three arguments "
mailto:", "?subject=", and "&body=", is there a 4th argument to set the sender email, such as "sendfrom:" ?
Have a nice day,
James