Re: Entourage - send new mail
Re: Entourage - send new mail
- Subject: Re: Entourage - send new mail
- From: Andrew Oliver <email@hidden>
- Date: Tue, 28 Jun 2005 10:09:48 -0700
On 6/28/05 8:21 AM, "Ruby Madraswala" <email@hidden> wrote:
> Hi all
>
> This is very basic, am having problems with the script below.
>
[snip]
> I get an error message at ³@² expected , or } but found unknown token line
> make new to recipient. And also error at make new attachment.
> make new to recipient at end of to recipients with properties {address:
> email@hidden}
The email address is a string and therefore needs to be quoted. Try:
> I get an error message at ³@² expected , or } but found unknown token line
> make new to recipient.
make new to recipient at end of to recipients with properties {address:
"email@hidden"}
> And also error at make new attachment.
> make new attachment with properties {file name: "pwriteup"} at after
> the last paragraph
An attachment is more than a file name. How is entourage supposed to know
where on disk to find the said file? You need to use the 'file' property
which takes an alias to the object.
> How do I send multiple attachments to multiple email addresses?
Use a repeat loop?
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden