How to automate MS Outlook

Posted by Omer Akhter on Stack Overflow See other posts from Stack Overflow or by Omer Akhter
Published on 2010-05-17T05:31:27Z Indexed on 2010/05/17 5:40 UTC
Read the original article Hit count: 340

Filed under:
|
|

I have to generate an email at end of the day (daily-status) which is templated. I have add tasks to different list and on the top, I have to have count of these tasks such as:

X Tasks: 2 of 5
Y Tasks: 3 of 5

X Tasks:

  1. X Task 1
  2. X Task 2

Y Tasks:

  1. Y Task 1
  2. Y Task 2
  3. Y Task 3

I don't want write code in .NET etc. Is there anyway to script outlook to update numbers above when I change the list contents automatically. Or even better, if an input box can take input for each list contents and generate the email

© Stack Overflow or respective owner

Related posts about outlook

Related posts about scripting