With this Applescript I can get the user name from Outlook:
tell application "Microsoft Outlook"
get the user name of exchange account 1
end tell
result--> username
But in the Outlook Account it reads:
ADDOMAIN\username
If I use Applescript to enter a user name it just appends the user name to the ADDOMAIN\ text
tell application "Microsoft Outlook"
set the user name of exchange account 1 to "username2"
end tell
In Outlook account settings will result in:
ADDOMAIN\username2
Is there any way to clear this invisible text using Applescript? I need to deploy this to 1000+ users so using Applescript is the preferred method vs. going to each user's computer individually.
I cannot link my new outlook.com account with Microsoft Outlook for MAC 2011. I have never experienced these problems with my hotmail account, I simply added the hotmail account and it functioned correctly.
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.
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
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
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 :)
- 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?
Recent Comments