Re: Want to get the full path of the mailbox
Re: Want to get the full path of the mailbox
- Subject: Re: Want to get the full path of the mailbox
- From: Gnarlodious <email@hidden>
- Date: Sun, 17 Dec 2006 18:06:53 -0700
I would probbably say:
tell application "Mail"
set currentMessages to the selection
set thisMessage to item 1 of currentMessages
set messagePath to account directory of account of mailbox of the
result & "/INBOX.mbox/Messages/" & id of the result
end tell
-- Gnarlie
On 12/17/06, Robert Nicholson <email@hidden> wrote:
The name only gives me the last component is there a way to get the
full path of the mailbox with Mail.app?
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden