Re: Mail.app and Mailboxes Creation
Re: Mail.app and Mailboxes Creation
- Subject: Re: Mail.app and Mailboxes Creation
- From: Michelle Steiner <email@hidden>
- Date: Thu, 18 Dec 2003 16:31:22 -0700
On Dec 18, 2003, at 2:14 PM, Vincent CLAUDIC wrote:
I would like to create thru an AScript a new folder inside my
personnal folder. I found out nothing in the archives, yet. I would
appreciate if someone may help me with the syntax of something like:
tell application "Mail to make a new mailbox at mailbox "x" of account
"y" with properties {name:"z"}
I don't know what you mean by "personal mailbox" but this makes a
mailbox folder in "on my mac" at the top level.
tell application "Mail"
make new mailbox with properties {name:"saved1"}
end tell
The only mailboxes I see on my machine that are part of accounts are
the in, drafts, sent, junk, and trash mailboxes.
--Michelle
--
Peter pull at St. Taffy's tonight! (Or is it the other way around?)
_______________________________________________
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.