programmatically create email using specified account
programmatically create email using specified account
- Subject: programmatically create email using specified account
- From: James Udo Ludtke <email@hidden>
- Date: Tue, 22 Jun 2010 00:44:52 -0400
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:email@hidden""?subject=Hello Cruel World!""&body=Share and Enjoy"];
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 (email@hidden)
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:
This email sent to email@hidden