K
Kathy Drungilas
In writing and testing vba code to automatically assign tasks to others, I
have encountered a problem. I've adjusted my code so that it won't happen
again, but aside from deleting all my existing tasks, how can I fix the
existing items? Assigning works ok and person does receive task as a Task
Request. The problem is with the originating task mailbox.
The task remains in a yet-to-be-sent state--the task shows it is addressed
properly, but still needs to be sent, even tho the recipient does receive
the task. It appears as "unsent" in my tasks folder, in my Sent items, when
accepted as a "Task Accepted" message in the Inbox when responded to by
recipient and as a "Task Update" message in the Inbox after the recipient
makes changes. How can I change the items in my tasks folder to reflect
that they have already been sent and accepted. I cannot cancel the
assignment because Outlook message shows--I don't own the task.
Is there a message flag of some sort that I can apply to my tasks?
mailitems have a Sent status (outlook.mailitem.sent = true)--- what about
tasks?
Kathy Drungilas--
to answer via email, remove [nospam] from address
have encountered a problem. I've adjusted my code so that it won't happen
again, but aside from deleting all my existing tasks, how can I fix the
existing items? Assigning works ok and person does receive task as a Task
Request. The problem is with the originating task mailbox.
The task remains in a yet-to-be-sent state--the task shows it is addressed
properly, but still needs to be sent, even tho the recipient does receive
the task. It appears as "unsent" in my tasks folder, in my Sent items, when
accepted as a "Task Accepted" message in the Inbox when responded to by
recipient and as a "Task Update" message in the Inbox after the recipient
makes changes. How can I change the items in my tasks folder to reflect
that they have already been sent and accepted. I cannot cancel the
assignment because Outlook message shows--I don't own the task.
Is there a message flag of some sort that I can apply to my tasks?
mailitems have a Sent status (outlook.mailitem.sent = true)--- what about
tasks?
Kathy Drungilas--
to answer via email, remove [nospam] from address