Howdy Geniuses,
I have what I bet is an easy one for you experts...
You know how when you clip something into OF from Mail and it contains a link that will open the specific message in Mail when clicked?
I'm writing a script to push some stuff into OF from Mail and I want to replicate that but I'm not sure of the syntax.
Does anyone know?
Here's my most recent attempt:
set theCombinedBody to "Message: message://<" & message id of eachMessage & ">" & return & return & theNotes
this doesn't work - the 'message id' property appears to be the unique ID from the mail server, not something Mail can use to open the message.
I have what I bet is an easy one for you experts...
You know how when you clip something into OF from Mail and it contains a link that will open the specific message in Mail when clicked?
I'm writing a script to push some stuff into OF from Mail and I want to replicate that but I'm not sure of the syntax.
Does anyone know?
Here's my most recent attempt:
set theCombinedBody to "Message: message://<" & message id of eachMessage & ">" & return & return & theNotes
this doesn't work - the 'message id' property appears to be the unique ID from the mail server, not something Mail can use to open the message.