• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Is there a way to send an email from within an app without bringing the email screen?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Is there a way to send an email from within an app without bringing the email screen? (From: Ferris Gabriel <email@hidden>)
 >Re: Is there a way to send an email from within an app without bringing the email screen? (From: Michael Davey <email@hidden>)

  • Prev by Date: Re Re: gcc compile warning and error (solved)
  • Next by Date: Re: Re: Fat binary problem
  • Previous by thread: Re: Is there a way to send an email from within an app without bringing the email screen?
  • Next by thread: Where to download XCode 3.1?
  • Index(es):
    • Date
    • Thread