I just converted an AppleScript, which I used from within a cocoa application, 
into Objective C, for use in xCode 3.2.2.

I programmatically create the to address, subject, and body based on sample 
code using:
mailto:d...@apple.com""?subject=Hello%20Cruel%20World!""&body=Share%20and%20Enjoy";];

The code works OK, however, my intensive search for programmatically setting 
the "from" address (email account) in Objective C, which I could do in 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 from account?

James


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to