Hello,
I've seen this problem all over the place and I can't find a good solution.
I would like to use outlooks task list in a group setting. We run SBS 2003 with Exchange Server 2003. I have a FAX account which is tied to our e-fax service (the service sends all faxes to this email, if you want to see a fax you can go get a copy there). I set all the permissions up so that everyone who needs to can see the Inbox and the Task folder. The users can also edit their tasks, etc. This all works.
A user goes to the FAX mailbox task list. Creates a task and assigns it either to themselves or to another user. They receive an email and accept the task. Everything works great except that when the status emails come back to the FAX account they have to be viewed (not just marked "read") before they get updated in the task list. I currently have a rule that moves all emails with "Task" in the subject into sub-folder of the Inbox.
I came across
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_27612381.html which would work if I could run a standalone copy on the server.
Does anyone have a script that could be run from through a rule that would either:
1. Run server side and automatically process these emails.
2. Run on an Outlook Client and process the emails without actually displaying them (hopefully triggered by the same rule that does the move).
3. Run as a standalone application using MAPI to read these emails (not sure if this would just read them or actually process the task email)
Where does the email get moved to the task list? Is this an Outlook 2007 function or is it part of the server?
Thanks for any help,
Jim
http:Q_21693170.html
It's really too bad that you are working with SBS2003/Exchange 2003 for this because the functionality you are seeking is readily available in current product versions. Ideally you would use SharePoint for this process because building workflows and having shared task lists in SharePoint is a breeze these days. (http://office.microsoft.com/en-us/outlook/HA100820301033.aspx)
That being said, you cannot run Outlook on an SBS 2003, it's MAPI subsystem will conflict with Exchange's and you'll kill Exchange. (Reference: http://support.microsoft.com/kb/266418) There are some workarounds for this, but I don't recommend it as it ultimately kills the SBS wizards.
You could create a MAPI profile on the server (reference: http://support.microsoft.com/kb/306962) but that is also pretty complex for this issue.
The script outlined in the first link I provided above should work without Outlook being open -- thus the emails don't need to be opened either, but the user account would need to be logged on unless you can somehow get a scheduled task to run the script and then you can set that task to run even if the user isn't logged on.
Jeff
TechSoEasy