I am getting a 2700 error for both of these options. Any idea why?
set attachmentFolder to POSIX path of (path to downloads folder)
tell application "Microsoft Outlook"
set aMessage to first item of (get selection)
set anAttachment to aMessage's attachment 1
set attachName to anAttachment's name
set savePath to attachmentFolder & attachName
--option 1
--save anAttachment in savePath
-- option 2
save anAttachment in attachmentFolder
end tell
tell application "Finder" to open POSIX file attachmentFolder as text