Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. tell application "Microsoft Outlook"
  2. set theMessages to selection
  3. repeat with aMessage in theMessages
  4. set theList to categories of aMessage
  5. set end of theList to category "Team"
  6. set category of aMessage to theList
  7. end repeat
  8. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement