• 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: Write eMail with Outlook per Script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Write eMail with Outlook per Script


  • Subject: Re: Write eMail with Outlook per Script
  • From: Paul Berkowitz <email@hidden>
  • Date: Tue, 01 Oct 2002 09:37:31 -0700

On 10/1/02 9:19 AM, I wrote:

> 2) In Outlook Express, if you don't specify a location for an outgoing
> message, it gets made in the Drafts folder, so that's where you should
> look for this message:
>
>
> tell application "Outlook Express"
> set newMsg to make new outgoing message with properties {subject:"Hi",
> content:"Bye", recipient:"Test"} --send newMsg
>
> end tell
>
> [Or you could specify making it 'at out box folder']. Uncomment that last
> line if you want to send it (don't do that just yet).
>
> 3) If you want to see a message window on the screen (in OE), then don't
> make an outgoing message, make a draft window:
>
> tell application "Outlook Express"
> make new draft window with properties {subject:"Hi", content:"Bye",
> recipient:"Test"} end tell
>



This is assuming you have a group called "Test". Substitute the name of a
real group.

--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Write eMail with Outlook per Script (From: Samuel Nitsche <email@hidden>)

  • Prev by Date: Re: Lookalikes...
  • Next by Date: AppleScript gossip from Mac OS X Conference
  • Previous by thread: Re: Write eMail with Outlook per Script
  • Next by thread: Write eMail with Outlook per Script
  • Index(es):
    • Date
    • Thread