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: Jim Krenz via AppleScript-Users <email@hidden>
- Date: Wed, 15 Apr 2020 11:25:20 -0700
Interesting, but it gives me an error:
error "Mail got an error: Can’t get mailbox 1 whose name = \"Junk\". Invalid
index." number -1719
Ideas?
> On Apr 15, 2020, at 10:52 am, Yvan KOENIG via AppleScript-Users
> <email@hidden> wrote:
>
> 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
>> <mailto: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
_______________________________________________
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