Re: Write eMail with Outlook per Script
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.