I am trying to delete emails that I sent. I deleted them from the sent folder, but now it won't allow me to delete them from the deleted items folder. For some reason, all these items are missing information in the "Date Received" column and I'm wondering
if that has something to do with it and how I can get rid of these emails. Any help is appreciated, thanks!
calendarAgent
I have a problem with a process called calendarAgent that utilizes 2.5 gig of ram that slows my mac mini to a standstill when I use Outlook for mac 2011. Is any one else experiencing this problem and how is it solved? I had to reload MAC OS and Office, I have a backup of the previous system, how do I import/retrieve my contacts, messages, folders from the backup. I thought everything was stored in Microsoft User data and then identies, I can see allot of information
there but when I try to restore that, Office rebuilds the identity and office does not show my folders, messages, and contacts... Have I lost all of it?
Used to be able to see who has accepted/denied invites, but now it just stays on the '...' grey circle, despite people telling me they have accepted?
I have an iMac 27” running Snow Leopard with MSOffice for Mac 2011 installed.
I have been able to automatically sync Outlook Calendar with iCal and Contacts with Address Book and Notes via Mail. This has enabled me to sync this data with my iPhone and iPad using iTunes.
My hard disc was starting to cause problems and has just been replaced under the Apple replacement programme. My backup using Time Machine worked brilliantly in restoring all my applications and data.
However, when I now try, within Outlook, to turn on the Sync Services the dialogue box comes up empty so I cannot restore the sync between Outlook and the Mac Applications.
Does anybody have any ideas please.
Very frustrating that Office 2011 Outlook will not sync correctly with iCloud. All sorts of work arounds seem to be available, none of them seem to just work!
When is it likely that Outlook (Contacts and Calendar) will sync correctly with iCloud?
It seems the best result is to use the Mac Calendar and Contacts apps which just work and not sync back to Outlook. Still causes problems though with emailed invites etc.
I have created a Live.com account intending to move from Google to Outlook.com. I am using Office for Mac 2011. I want to sync my Outlook.com calendar and contacts, in addition to my email, with Outlook 2011 for Mac. The email is working. I need help in
syncing the calendar and contacts. Please help.
Thanks,
John
I have an AppleScript program which does many things. It needs to determine the "front" or active window. According to the Outlook dictionary, each window has the following property:
index (integer) : The index of the window in the back-to-front window ordering.
I am experiencing at least three bugs with the index property:
1. I can access the index property, but it never changes as windows are brought to the front, pushed to the back, or selected from the Window menu.
2. The index for every Main window is a Real, not an Integer.
tell application "Microsoft Outlook"
index of every window
end tell
{2.147483647E+9, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
3. The indices for two Main Windows are indistinguishable. If there is a difference, it is way down in the small digits of the floating point:
tell application "Microsoft Outlook"
index of every main window
end tell
{2.147483647E+9, 2.147483647E+9}
Recent Comments