HI,

This started happening with the last upgrade to Outlook.  I don't have any size limits set on attachments in my e-mail for the account.  Can you help me with a couple questions please:

1) The Outbox isn't showing any messages that are stuck, but obviously something isn't sending.  Where do I find this message?  and how do I "remove/delete" it?
2) Where can you change the settings? so this doesn't happen again please.

I did partially solve this by using the following answer, but how do I prevent it from happening again?  and I also don't know what message I just deleted....

Try this:

Open the AppleScript Editor found in /Applications/Utilities. Paste in the following three lines:

tell application "Microsoft Outlook"
    delete every message of outbox
end tell

Click the Run button at the top and this should delete every message in your Outbox.

Hope this helps! 
Thanks.
Wiggly1

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.