0
我需要能夠從當前消息線程獲取當前突出顯示的消息。AppleScript:獲取突出顯示Apple Mail消息
即
- 線程1
- 消息1
- 消息2
- 消息3 < - 高亮顯示的消息
- 消息4
我曾嘗試:
tell application "Mail"
set messages to selected messages of first message viewer
set msg to first item of messages
end tell
但這只是返回當前所選消息的線程。它也不包括線程中的任何傳出消息。
如何獲得線程中第n個突出顯示的消息?謝謝 – iphaaw
你可以使用像「消息的第n項」。 –