<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">Working through some task automation here, and what I really need is the ability to get a message link to my sent message <em>right after I hit "send"</em> so that I can shuttle it off to my task manager.</p>
<p dir="auto">I know I can get the message link if I open up "Sent", click on the message, and then do the Edit -> Copy as Link.</p>
<p dir="auto">But is there any faster way to do that? Maybe some sort of AppleScript voodoo?</p>

</div>
</body>
</html>