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

I cannot link my new outlook.com account with Microsoft Outlook 2012.  I have never experienced these problems with my hotmail account, I simply downloaded the connecor and completed the add account sub menu.

 

I have tried to add a new account, using my new outlook.com details, all to no avail!

 

What do I do now?

 

Thanks in advance.

 

 

KM

Hello,

I'd need assistance writing an AppleScript to extract the first name, last name,  nickname, and sender address from every message in a folder in Outlook for mac:2011 then populate a new Excel spreadsheet. Once in Excel, I'll manually remove duplicates.

I want to rebuild my autocomplete history in Outlook for mac:2011 after migrating from Apple Mail.

Outlook only allows you to Add Sender to Address Book one message at a time.

Here's what I have:

on run {}

tell application "Microsoft Outlook"

set theAccount to imap account "Me"

-- Get the messages selected in Outlook

set currentMessages to current messages

set mailFolders to name of folders of theAccount as list

-- Check to make sure items are selected, if not then quit

if ((count of currentMessages) < 1) then return

-- Iterate through selected messages

repeat with aMessage in currentMessages

-- Get the account for the message

set messageAccount to account of aMessage

set messageSender to sender of aMessage

sender of every message of folder "INBOX" of the theAccount as list

end repeat

end tell

end run



Thank you.
I understand, that the files with extension olk14MsgAttach are files used by Microsoft outlook to handle attachments.  I found them in Documents/Microsoft User Data/ Office 2011 Identities/Main Identity/...

Could something be wrong with those, since I have about 12Gb of those? 
I would like to get rid of them to save space on a crowded disk.

I also have a series of Office 2008 files hanging in a similar place, although I have upgraded to Office 2011 long time ago - can all these files (the directory calle Office 2008 Identities) just be discarded?

thanks

Hi There,


 I am having trouble converting any of my old email documents from my Microsoft outlook (windows XP 2002 Version) over to my new mac - it comes up with "exec" and won't open the files, they are stored on my external hard-drive and I can open them fine on my PC  but the Mac will not open them at all - is there a program I can download that will help me to open these files on my mac?


 Thanks :)
Outlook for Mac 2011 - Doesn't alert me when I have appointments.

 

  • I have a Mac so I bought Microsoft Outlook for Mac 2011.  I keep missing appointments because the Outlook Calendar doesn't pop up an alert on my screen like my old Microsoft Outlook calendar used to.  How to I set it so it alerts with a sound and pop up for an appointment? 

outlook will recieve messages from windows live but will not send them. they just go into aa pending file??

 

 

A Moderator has moved this thread to the Mail > Email > Sending and Receiving Mail Forum.