Re: Open the mail reader to send a mail
Re: Open the mail reader to send a mail
- Subject: Re: Open the mail reader to send a mail
- From: Esteban Uribe <email@hidden>
- Date: Sun, 11 May 2003 00:59:43 -0700
Hi,
On Sunday, May 11, 2003, at 12:14 AM, Arthur VIGAN wrote:
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@
"mailto:email@hidden?subject=A subject"]];
What is wrong with this?
Replace spaces with ,
So it becomes:
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@
"
mailto:email@hidden?subject=A subject"]];
-Esteban
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.