Re: How do I target Junk in Apple Mail?
Re: How do I target Junk in Apple Mail?
- Subject: Re: How do I target Junk in Apple Mail?
- From: Yvan KOENIG via AppleScript-Users <email@hidden>
- Date: Wed, 15 Apr 2020 19:52:21 +0200
You may try :
tell application "Mail"
set junkBox to (first mailbox whose name is "Junk")
end tell
Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) mercredi
15 avril 2020 19:52:05
> Le 15 avr. 2020 à 19:33, Jim Krenz via AppleScript-Users
> <email@hidden> a écrit :
>
> Hello all,
>
> I want to make a AppleScript to target the main Junk folder in Apple Mail.
>
> Right now, I can target a Junk folder of a particular account with this:
>
> tell application "Mail"
> set selected mailboxes of message viewer 1 to mailbox "Junk" of account
> "JK@g"
> end tell
>
> How do I just go to “Junk”? Is there a way?
>
> Thanks!
>
> Jim
> ______
_______________________________________________
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