Sending either a task or reminder in Outlook

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 16 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
seswho704
Posts: 2
Last visit: Thu Jul 26, 2007 5:14 am

Sending either a task or reminder in Outlook

Post by seswho704 »

I have a VBScript applet reading an Excel spreadsheet and sending e-mail to the e-mail addresses in one of the columns. This is accomplished via the CDO.Message object. I need to also create either a reminder or task set for two weeks and 30 days so the users can respond to the e-mail that was sent to them. I have searched the Internet for any code snippet(s) on how to do this (send the reminder or task).

Any help would be greatly appreciated.
User avatar
seswho704
Posts: 2
Last visit: Thu Jul 26, 2007 5:14 am

Sending either a task or reminder in Outlook

Post by seswho704 »

I have a VBScript applet reading an Excel spreadsheet and sending e-mail to the e-mail addresses in one of the columns. This is accomplished via the CDO.Message object. I need to also create either a reminder or task set for two weeks and 30 days so the users can respond to the e-mail that was sent to them. I have searched the Internet for any code snippet(s) on how to do this (send the reminder or task).

Any help would be greatly appreciated.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Sending either a task or reminder in Outlook

Post by jvierra »

That is a fairly complext task the uses the Outlook object model.

Check out this site as it contains a world of information and examples on Outlook programming most can be converted to vbscript with a little effort.

Post back if you have questions on conversion issues.

http://www.outlookcode.com/

This topic is 16 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked