I alredy conect the inbox folder, but the another folders (Home, work, friend) dos not showing in the scream.
I cannot create a new folder (its not highlighted to allow me to do it), although once in awhile I can. What's going on and how do I prevent this problem? Thanks for your help.
where do i find my archived files , i dont have a folder "archive"

Thanks

Harry
Hi There,

I believe there may be a bug in Office 2011 Mac Outlook when creating calendar events via applescript. I have submitted this as a "feedback" to the team, however it clearly states that they won't be able to give me any personal response.

Here is my applescript:
<code>

(*

Create Event from Message

Copyright (c) Microsoft Corporation.  All rights reserved.

*)


tell application "Microsoft Outlook"

-- set the folder name which we will move the email to after

set DestFolderName to "2-Defer"

-- get the currently selected message or messages

set selectedMessages to current messages

-- if there are no messages selected, warn the user and then quit

if selectedMessages is {} then

display dialog "Please select a message first and then run this 

script." with icon 1

return

end if

repeat with theMessage in selectedMessages

set category of theMessage to {category "@defer"}

-- get the information from the message, and store it in variables

set theName to subject of theMessage

set theCategory to category of theMessage

set theContent to content of theMessage

set theDate to current date

set time of theDate to (9 * 60 * 60)

set nextWeekStart to theDate + (24 * 60 * 60 * 7)

-- create a new note with the information from the message

set newEvent to make new calendar event with properties {subject:theName, category:theCategory,content:theContent, all day flag:true, has reminder:true, reminder time:5, free busy status:free, start time:nextWeekStart, end time:nextWeekStart, is private:true}

-- move the message to the defer folder

set theAccount to account of theMessage

set theFolder to folder DestFolderName of folder "Inbox" of theAccount

move theMessage to theFolder

end repeat

-- if there was only one message selected, then open that new note

if (count of selectedMessages) = 1 then open newEvent

end tell

</code>

I'm creating an all day event 1 week in the future at 9:00AM. Since it is an all day event, I have simply kept the start and end times the same (although the bug also occurs if end time is different to start time.

On running the script, the event is created fine, however in the end time field on the calendar event, the date always appears as 1 day older than the start time. e.g. if the start time is set as "13/01/2013 09:00" the this will produce an event with start time field "13/01/2013 09:00" and end time field "12/01/2013 09:00". The all day box is ticked (as expected) and the duration label is correct (in my example "0 minutes").

So the question is, how do I correctly set the end date of an all day event? does the end date matter?! Is it a bug with applescript in outlook?

Thanks,

Dan
I have a primary icloud account but I want to send emails from my alias as well. I added both IMAP accounts and now I see double of every message. How do I turn one set off?
In Calendar, when I try to Invite Attendees, I get a popup saying "Before you send a meeting invitation, you must first add an e-mail account to Outlook.  To add an account, on the Tools menu, click Accounts."   I already have 2 accounts in there but Calendar sees neither.  What's up and how do I fix this?

bagebby
Prior versions on windows and mac os let me set my preferences such that incoming html messages were displayed as plain text.  I haven't found the same setting in Outlook 2011 on mac os.  I can edit a single message at a time and that will let me switch to plaintext, but I'd like that done by default without any additional action required.

I get a spinning beach ball when I enter contacts from mail or calendar in Outlook (Office 2011).  It hangs for 20 to 30 seconds and then I can search contacts.  Any thoughts?
Hi there,

I have set up several "rules" for different colleague's email addresses. Emails I receive are going straight to folders, like I want them to, but I don't receive any type of notification that I have received an email in the first instance. No noise. No red icon at the bottom of my screen..

Is there anyway I can create some form of notification or alert?

I am on Outlook 2011 for Mac.

Thank you!!
I have been using Mac Outlook 2011 for about 6 months now without problem. I have OSX 10.8 and am connecting to an Exchange Server that is here at our office network (not outsourced).

This morning I received a couple of emails just fine. Then a little later I got the dreaded error saying that mail could not be retrieved because of a logon failure and that the user name or password was bad.

I used my browser to log into the webmail for the exchange server and logged in just fine, so I know my username and password have not been changed by anyone else.

I then searched the internet and found several things to try like deleting the account and recreating, deleting the Keychain Access entry and letting outlook recreate, etc.

I tried everything without success.

Other people are using Windows outlook just fine with the exchange server from the same network.

Finally I called Microsoft Outlook for Mac support and talked to a tech. He connected to my computer and all he did was take the domain off of the username and suddenly it started working. Well, I had already tried that many times, but hey it was working so I was good.

About 5 minutes later it quit working again without any changes. The domain was still just the way the Microsoft tech had set it, so I have to assume it was either a coincidence that it started working for a little bit just when he changed that or him changing that triggered a temporary fix of some other kind. I have tried putting the domain part back in and back out and still not working.

At this point I can't figure out anything that will make it work.

Please help....