Open default email client
Open default email client
- Subject: Open default email client
- From: TACKEL <email@hidden>
- Date: Mon, 26 Aug 2002 09:59:53 +0200
Hi all,
Do you know if there is any easy way to open the default email client to
compose a new message like the following code to open the default internet
browser?
- (void) openDefaultBrowser : (NSString *)url{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
[[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString:url]];
[pool release];
}
Thanks,
Tackel.
_______________________________________________
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.