Scripting Microsoft Outlook
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.