I think what Christiaan is trying to say is that you can probably get more useful information about this subject from the Cocoa Developers and AppleScript Users mailing lists. You can find them at email@hidden and email@hidden.
Hope that helps! - Alex
On Jun 20, 2010, at 6:30 PM, Christiaan Hofman wrote: First of all, this is a list for the Xcode IDE (i.e. the USE of the development environment, not whatever you program using it.) So you're on the wrong list.
(The only connection seems to be your assertion about depreciation, which is pertinently false and even makes no sense given that we're talking about an IDE.)
Moreover, this problem has even absolutely nothing to do with anything remotely related to this list, like AppleScript and Objective-C.
Valid header fields are determined by the mailto protocol, in particular RFC822, and how they are supported depends on whoever will handle the mailto: URL, neither have a remote relation to these subjects.
Christiaan
On Jun 20, 2010, at 22:14, James Udo Ludtke wrote: 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
|