Questions tagged [outlook-2011]

Microsoft Outlook for Mac 2011.is a personal information manager from Microsoft (most notably used for handling e-mail) Mac OS X version 10.5.8 (or a later version), available both as a separate application as well as a part of the Microsoft Office suite.

The tag is for questions related to this specific version of . It is expected that questions on Stack Overflow relate to programming, so you should also be tagging your question with a tag such as (if you are programming in VBA) or , etc.

17 questions
0
votes
1 answer

Use AppleScript to block a sender

I would like to block a spammer's address using AppleScript. With the Inbox message selected, I execute this script: tell application "System Events" click menu item "Block Sender" in menu item "Junk Mail" in menu bar item "Message" in menu bar…
craig
  • 25,664
  • 27
  • 119
  • 205
0
votes
1 answer

Using replay to all with Applescript and Outlook 2011

Right now I have a simple little AppleScript that will take the currently selected message and open a reply to window for the message. I'm doing this to eliminate the default signature from the reply. For some reason Outlook 2011 does not have an…
Jason
  • 15,017
  • 23
  • 85
  • 116
1
2