Skip to content

Instantly share code, notes, and snippets.

tell application "Microsoft Outlook"
set theMessageList to selected objects
log theMessageList
set theMessage to item 1 of theMessageList
set theSubject to the subject of theMessage
set theTime to the time received of theMessage
set theBody to the plain text content of theMessage
set theSender to the sender of theMessage
set theSender to the address of theSender
set theID to the id of theMessage
@CaseyRo
CaseyRo / 3acd892713c001e9a579.md
Created July 18, 2017 13:15 — forked from oshliaer/3acd892713c001e9a579.md
Batch import CSV to a Spreadsheet #gas #sheet #csv