Creating nested folder on exchange in apple mail
Creating nested folder on exchange in apple mail
- Subject: Creating nested folder on exchange in apple mail
- From: DNK <email@hidden>
- Date: Thu, 03 Jul 2014 13:46:36 -0700
- Thread-topic: Creating nested folder on exchange in apple mail
Hi there. I have an AppleScript that I am writing that includes creating nested folders on an IMAP server, and also an exchange server.
So in my searching I have come across a (maybe the) way to do this. However it only works properly on an IMAP server. So if I create a nested folder such as:
Archives/2014/domain/user
Works fine. But if I run the same script on an exchange account it creates:
Archives/2014/domain/user/Archives/2014/domain/user
With the second "Archives/2014/domain/user" being a folder itself with "/" in the name.
The actual code used to create the mailboxes:
set mbox to make new mailbox with properties {name:archiveMailbox & "/" & yearMailbox & "/" & companyMailbox & "/" & usefMailbox}
Ideas?
DNK
|
_______________________________________________
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