Re: Setting the priority for outgoing Mail
Re: Setting the priority for outgoing Mail
- Subject: Re: Setting the priority for outgoing Mail
- From: Yvan KOENIG via AppleScript-Users <email@hidden>
- Date: Fri, 10 Apr 2020 22:49:32 +0200
> Le 10 avr. 2020 à 22:10, Jenni via AppleScript-Users
> <email@hidden> a écrit :
>
>> On Apr 10, 2020, at 12:51 PM, David Gregg <email@hidden
>> <mailto:email@hidden>> wrote:
>>
>> Try changing it to this one for Catalina. Note the “14” versus “13”
>
>
> I can’t believe it. That did it! I was trying lower numbers - I
> didn’t think to go higher.
>
> What are they counting? Is there a write up that explains how to
> figure out the number of the menus?
tell application "System Events" to tell process "Mail"
set frontmost to true
tell menu bar 1
name of menu bar items --> {"Apple", "Mail", "Fichier",
"Édition", "Présentation", "Boîte aux lettres", "Message", "Format", "Fenêtre",
"Aide"}
tell menu bar item 7 to tell menu 1
name of menu items --> {"Envoyer à nouveau", missing
value, "Répondre", "Répondre à tous", "Réexpédier", "Réexpédier en tant que
pièce jointe", "Réexpédier le message et son parent en tant que pièce jointe",
"Rediriger", missing value, "Marquer comme lu", "Déplacer vers Indésirables",
"Drapeau", "Définir la priorité", missing value, "Archiver", "Déplacer vers la
boîte aux lettres prédite", "Déplacer vers", "Copier dans", "Déplacer à
nouveau", missing value, "Appliquer les règles", "Ajouter le destinataire aux
contacts", missing value, "Supprimer les pièces jointes"}
end tell
end tell
end tell
Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) vendredi
10 avril 2020 22:48:44
_______________________________________________
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