• 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
Scripting Microsoft Outlook
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting Microsoft Outlook


  • Subject: Scripting Microsoft Outlook
  • From: Chad Chelius <email@hidden>
  • Date: Mon, 06 May 2002 11:20:54 -0400

I have written a simple script that tells Microsoft outlook to send an
e-mail to a specified recipient using the CreateMail feature. My script
looks like this:

tell application "Microsoft Outlook"
CreateMail Subject:"Test", Recipient:{"email@hidden"}
end tell

The script seems to work and the mail gets sent, but every time I run It I
get an applescript message that says: "Microsoft Outlook Got an Error: Some
Parameter is missing for CreateMail. Has anyone seen this before and know
what I am doing wrong?

--
Chad Chelius
Systems Administrator
Offset Impressions, Inc.
email@hidden
610-236-4722
_______________________________________________
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: Scripting Excel X
  • Next by Date: Re: Class/Properties syntax baffles me
  • Previous by thread: Re: Scripting Excel X
  • Next by thread: RE: Scripting Microsoft Outlook
  • Index(es):
    • Date
    • Thread