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: Arthur VIGAN <email@hidden>
- Date: Sun, 11 May 2003 11:01:03 +0200
[[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"]];
It works fine like this. Thanks!
-- Arthur
_______________________________________________
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.