stuck using Outlook 2001
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.