Re: Correction - AppleScript and Email clients
Re: Correction - AppleScript and Email clients
- Subject: Re: Correction - AppleScript and Email clients
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 09 Jan 2002 09:58:29 -0800
tell application "Outlook Express"
set newMsg to make new message at out box folder with properties
{subject:"foo", content:"Hello, how are you, goodbye",
recipient:"email@hidden"}
send newMsg
quit
end tell
--
Paul Berkowitz
>
From: rhyme <email@hidden>
>
Date: Wed, 09 Jan 2002 18:10:41 +0100
>
To: David Groover <email@hidden>,
>
<email@hidden>
>
Subject: Re: Correction - AppleScript and Email clients
>
>
But i want to write it in AppleScript ! not to impost outlook !
>
>
>
> Da: David Groover <email@hidden>
>
> Data: Wed, 09 Jan 2002 10:38:46 -0500
>
> A: rhyme <email@hidden>
>
> Oggetto: Correction - AppleScript and Email clients
>
>
>
> I reposted this to the list. As I sent my first reply to you off list, I
>
> though I had better send you my correction as well. Dave Groover
>
>
>
> CORRECTION - (oops)
>
>
>
> Should have had the coffee first. Transposed the last two items. What
>
> follows is correct:
>
>
>
> (In OE)
>
> Check the schedule (Run Schedule: Edit Schedule: double click on the bolded
>
> one you are using to send mail). At the bottom check "Return to Previous
>
> State". It also has "Close" or "Stay Connected". While the first two would
>
> work, "Close" would only be a wise choice if you never intend using Explorer
>
> while you are using the script. Because it will close your connection when
>
> it is through, even if you are downloading something at the time.
>
>
>
> Best to check "Return to Previous State" (when the message has been sent)
>
>
>
> Sorry for the confusion
>
>
>
> Dave Groover
>
>
>
>> From: rhyme <email@hidden>
>
>
>
>> How can i tell OutlookExpress to quit after sending msg ???
>
>> Is it possible ?
>
_______________________________________________
>
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.