This is as close to a place as I see to report bugs, so here goes.

Creating a recurring event that repeats on the last weekday of every month doesn't appear correctly on other calendars. Included at the bottom of this message is the meeting file that is created by Outlook when sending the meeting invitation. A believe the RRULE in the ics is missing a BYSETPOS=-1 that prevents this from acting correctly. Instead of ending up with an event on the last weekday of the month, I end up with events on the last Monday, Tuesday, Wednesday, Thursday, and Friday of the month (so five events instead of one).

--

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Microsoft Corporation//Outlook for Mac MIMEDIR//EN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Eastern Time (US & Canada)
X-ENTOURAGE-TZID:4
X-ENTOURAGE-CFTIMEZONE:US/Eastern
BEGIN:DAYLIGHT
TZNAME:Daylight
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:20140309T020000
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:Standard
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:20141102T020000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:0155F0C5-FCBF-4A02-A095-17E09AA7EA79
X-ENTOURAGE_UUID:0155F0C5-FCBF-4A02-A095-17E09AA7EA79
DTSTAMP:20140527T164700Z
DTSTART;TZID="Eastern Time (US & Canada)":20140530T000000
DTEND;TZID="Eastern Time (US & Canada)":20140531T000000
LAST-MODIFIED:20140527T165800Z
SUMMARY:Test Event
DESCRIPTION:\n
ORGANIZER:MAILTO:*** Email address is removed for privacy ***
SEQUENCE:0
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=-1MO,-1TU,-1WE,-1TH,-1FR;WKST=SU
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE;CN=*** Email address is removed for privacy ***;PARTSTAT=N
 EEDS-ACTION:MAILTO:*** Email address is removed for privacy ***
X-MICROSOFT-CDO-BUSYSTATUS:FREE
X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
X-MICROSOFT-CDO-INSTTYPE:1
END:VEVENT
END:VCALENDAR

Hi there. I need some urgent help. I was getting emails that my mailbox was almost full, so I selected all my mails from 2013 and went to File > Export and exported with everything checked off. I thought this would only export 2013 items, but it has exported everything and I no longer have any of my meetings in my calendar.

I imported everything and I can now access the old mail items from the ON MY COMPUTER section, but none of my meetings are anywhere to be found after import.

Is there a way to get them all back? I have a number of meetings, recurring and otherwise, with some of them scheduled months ahead. I'd really appreciate any help!

when I select to view my emails with the text message under the email line , when I change to go to another file , and I come back to my inbox , the text message of my email are again masked !

why ? it should remain with the configuration text message under de email line ?

can you help me ??

THANKS 

michel talluto belgium

I have recently purchased Office for Mac 2011 and am concerned that I cannot use the "save as" function when I want to save my files to another system.  Is there another way of doing it?
How can I use outlook having the Office for Mac Home and Student 2011? How to update it?
I have 2 accounts, *** Email address is removed for privacy *** and *** Email address is removed for privacy ***. I have set it up so that mail sent to *** Email address is removed for privacy *** is automatically forwarded to *** Email address is removed for privacy ***. The *** Email address is removed for privacy *** account is being discontinued. My question is, in the future, if Sam sends an email to *** Email address is removed for privacy ***, even though it will have been discontinued, will that email be returned to Sam saying that the account does not exist OR will the email be forwarded to my *** Email address is removed for privacy *** account? I hope someone understands what it is that I'm asking. All responses are appreciated:)

My outlook opens for a brief second of the splash screen and ten closes dodown how do I get it to open properlu

-Office Outlook 2011 Mac

Whne replying to a text fomat message, outlook insert a commented javascript in the message (see below)

<!--

function msoCommentShow(anchor_id, com_id) {

                if(msoBrowserCheck())

                               {

                               c = document.all(com_id);

                               if (null != c)

                                               {

                                               a = document.all(anchor_id);

                                               var cw = c.offsetWidth;

                                               var ch = c.offsetHeight;

                                               var aw = a.offsetWidth;

                                               var ah = a.offsetHeight;

                                               var x  = a.offsetLeft;

                                               var y  = a.offsetTop;

                                               var el = a;

                                               while (el.tagName != "BODY")

                                                               {

                                                               el = el.offsetParent;

                                                               x = x + el.offsetLeft;

                                                               y = y + el.offsetTop;

                                                               }

                                               var bw = document.body.clientWidth;

                                               var bh = document.body.clientHeight;

                                               var bsl = document.body.scrollLeft;

                                               var bst = document.body.scrollTop;

                                               if (x + cw + ah / 2 > bw + bsl && x + aw - ah / 2 - cw >= bsl )

                                                               { c.style.left = x + aw - ah / 2 - cw; }

                                               else 

                                                               { c.style.left = x + ah / 2; }

                                               if (y + ch + ah / 2 > bh + bst && y + ah / 2 - ch >= bst )

                                                               { c.style.top = y + ah / 2 - ch; }

                                               else 

                                                               { c.style.top = y + ah / 2; }

                                               c.style.visibility = "visible";

}              }              }

function msoCommentHide(com_id)

{

                if(msoBrowserCheck())

                               {

                               c = document.all(com_id);

                               if (null != c)

                               {

                               c.style.visibility = "hidden";

                               c.style.left = -1000;

                               c.style.top = -1000;

                               } }

}

function msoBrowserCheck()

{

                ms = navigator.appVersion.indexOf("MSIE");

                vers = navigator.appVersion.substring(ms + 5, ms + 6);

                ie4 = (ms > 0) && (parseInt(vers) >= 4);

                return ie4;

}

if (msoBrowserCheck())

{

                document.styleSheets.dynCom.addRule(".msocomanchor","background:

infobackground");

                document.styleSheets.dynCom.addRule(".msocomoff","display: none");

                document.styleSheets.dynCom.addRule(".msocomtxt","visibility: hidden");

                document.styleSheets.dynCom.addRule(".msocomtxt","position: absolute");

                document.styleSheets.dynCom.addRule(".msocomtxt","top: -1000");

                document.styleSheets.dynCom.addRule(".msocomtxt","left: -1000");

                document.styleSheets.dynCom.addRule(".msocomtxt","width: 33%");

                document.styleSheets.dynCom.addRule(".msocomtxt","background:

infobackground");

                document.styleSheets.dynCom.addRule(".msocomtxt","color: infotext");

                document.styleSheets.dynCom.addRule(".msocomtxt","border-top: 1pt solid threedlightshadow");

                document.styleSheets.dynCom.addRule(".msocomtxt","border-right: 2pt solid threedshadow");

                document.styleSheets.dynCom.addRule(".msocomtxt","border-bottom: 2pt solid threedshadow");

                document.styleSheets.dynCom.addRule(".msocomtxt","border-left: 1pt solid threedlightshadow");

                document.styleSheets.dynCom.addRule(".msocomtxt","padding: 3pt 3pt 3pt 3pt"); } // --> 

Hi,

I'm facing some problem in importing pst file into Mac Outlook 2011.

I need to migrate from Windows Outlook 2010 to Mac Outlook 2011.

I export my email into a pst file from my Windows Outlook 2010 and import into Mac Outlook 2011.

Everything is working smoothly but import I realise that all my imported folder are empty.

Please assist me, thank you in advance.