L
Lor
I am using Outlook 2003 with Exchange and am trying to programatically mark a
task as completed.
The simple code I have is:
Sub MarkComplete()
Set myItem =
Application.Session.GetDefaultFolder(olFolderTasks).Items("This is the
subject of my task")
myItem.MarkComplete
End Sub
This works if I am doing it for my own account, however, how do I mark a
task as completed on another account (I have the proper permissions set to do
this; the other account is listed under "Other Tasks" while in the tasks
window).
Thank you for any help.
Lor
task as completed.
The simple code I have is:
Sub MarkComplete()
Set myItem =
Application.Session.GetDefaultFolder(olFolderTasks).Items("This is the
subject of my task")
myItem.MarkComplete
End Sub
This works if I am doing it for my own account, however, how do I mark a
task as completed on another account (I have the proper permissions set to do
this; the other account is listed under "Other Tasks" while in the tasks
window).
Thank you for any help.
Lor