Created
November 6, 2011 16:21
-
-
Save talkingmoose/1343116 to your computer and use it in GitHub Desktop.
Permanently delete Outlook for Mac messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Microsoft Outlook" | |
set theMessages to the selection | |
permanently delete theMessages | |
end tell |
Thanks, helped me too. Worked perfectly.
Still don't knot why these messages couldn't be deleted, but they are gone now :-)
Hi,
I have a meeting invite that is stuck in the outbox and can not delete it using the script. I receive this error message:
+++++
Result:
error "Microsoft Outlook got an error: calendar event id 6151 doesn’t understand the “permanently delete” message." number -1708 from calendar event id 6151
+++++
Is there another command I need to use to delete a meeting invite vs. a message?
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you sir. Worked perfectly.