Skip to content

Instantly share code, notes, and snippets.

@adamprocter
Created September 13, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamprocter/76c478f619567dc2dd092db72d8d471a to your computer and use it in GitHub Desktop.
Save adamprocter/76c478f619567dc2dd092db72d8d471a to your computer and use it in GitHub Desktop.
tell application "Microsoft Outlook"
set theMessage to first item of (get selected objects)
set theSubject to the subject of theMessage
set theBody to the plain text content of theMessage
set theID to the id of theMessage
end tell
tell application "Things3"
show quick entry panel with properties {name:theSubject, notes:theBody}
end tell
@rgadler
Copy link

rgadler commented Feb 26, 2019

Thanks, Adam!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment