Re: Is there a way to send an email from within an app without bringing the email screen?
Re: Is there a way to send an email from within an app without bringing the email screen?
- Subject: Re: Is there a way to send an email from within an app without bringing the email screen?
- From: Robert Martin <email@hidden>
- Date: Thu, 4 Mar 2010 09:21:14 -0500
Try using the Cocoa Scripting Bridge with Apple Mail, and check Mail.h's MailOutgoingMessage class. You'll find is has
the following property:
@property BOOL visible; // Controls whether the message window is shown on the screen. The default is false
Works for me.
<http://developer.apple.com/Mac/library/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/Introduction/Introduction.html>
> On 3 Mar 2010, at 18:34, Ferris Gabriel wrote:
>
>> I would like an email to be sent behind the scenes from my app
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden