Re: Problem creating new mailbox
Re: Problem creating new mailbox
- Subject: Re: Problem creating new mailbox
- From: Adam Morris <email@hidden>
- Date: Tue, 9 Jun 2009 23:01:09 +0700
AppleScripting is annoying because just because something contains something else, like this:
account -> mailbox -> mailbox
Doesn't necessarily mean you can do a make statement on every level.
Make new ... is one of the statements that apps don't usually implement when you want them to, but apparently you can do this:
make new mailbox with properties {name:"INBOX.Drafts/More"}
and will add a "mailbox" (folder?) inside of INBOX.Drafts. And to refer to it you just use
mailbox "INBOX.Drafts/More"
twitter.com/brainysmurf
On 9 Jun 2009, at 15:38, Mark Lawrence wrote: |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden