• 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
stuck using Outlook 2001
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stuck using Outlook 2001


  • Subject: stuck using Outlook 2001
  • From: David DuBois <email@hidden>
  • Date: Tue, 16 Dec 2003 11:25:58 -0600 (GMT-06:00)

I am trying to write a simple script to automate some email. Although Outlook 2001 has very limited scripting support, it should do what I would like it to do. What I have (and doesn't work) is:

tell application "Microsoft Outlook"
set mySubject to "Test Message" as string
set myBody to "Some text goes here: " as string
CreateMail {|recipients|:"email@hidden", |subject|:mySubject, |body|:myBody}
end tell

It will create a new message, but doesn't put in the recipents or subject or body of the message.

Can anyone show me what I did wrong? Also, I would like to add a couple of hard returns in my body type after the "Some text goes here:"

Thanks,
David
_______________________________________________
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.

  • Prev by Date: Re: Complex HTML from Safari to Mail
  • Next by Date: RE: stuck using Outlook 2001
  • Previous by thread: Re: On quit in stay-open ap
  • Next by thread: RE: stuck using Outlook 2001
  • Index(es):
    • Date
    • Thread