Re: Help for mail.app
Re: Help for mail.app
- Subject: Re: Help for mail.app
- From: Barry Wainwright <email@hidden>
- Date: Fri, 13 May 2005 16:31:59 +0100
- Thread-topic: Help for mail.app
On 13/5/05 2:39 pm, "David Siberry" <email@hidden> wrote:
> Hi I am trying to write a script to create an e-mail account in
> Mail.app. but when i try and compile the script below i get the
> following error: "Mail got an error: NSArgumentsWrongScriptError"
>
> Can anyone help, what am i doing wrong?
>
> tell application "Mail"
>
> set m to make new pop account
> set name of m to "David"
> set user name of m to "Sibs"
> set server name of m to "pop.mail.com"
> set password of m to "password"
> set full name of m to "David Siberry"
> set email addresses of m to "email@hidden"
>
> end tell
>
> Cheers
>
> David
Works fine here - any namespace conflicts in your OSAXen?
--
Barry
_______________________________________________
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