Outlook does not store any time element in the TaskItem.DateCompleted
property. You can't change that behavior.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
>
[quoted text clipped - 23 lines]
>
> Mike
Thanks Sue,
shame that outlook doesn't store the time element.
Presumably though I can write some code to enter the
current date and time when I click something (like a tick
box)?
I can then use this to compare with the start time and
workout how long a task took to complete?
Mike.
>-----Original Message-----
>Outlook does not store any time element in the TaskItem.DateCompleted
[quoted text clipped - 29 lines]
>
>.
Sue Mosher [MVP-Outlook] - 30 Sep 2004 14:59 GMT
You can use code in the PropertyChange event to put the current date/time
(Now()) in a custom field when the item is marked complete. If you're not
familiar with that event, see http://www.outlookcode.com/d/propsyntax.htm

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks Sue,
>
[quoted text clipped - 11 lines]
> TaskItem.DateCompleted
>>property. You can't change that behavior.