Expand Minimize
This topic has not yet been rated - Rate this topic

_MailItem.TaskCompletedDate Property

Returns or sets a DateTime value that represents the completion date of the task for this MailItem. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
[DispIdAttribute()]
DateTime TaskCompletedDate { get; set; }

Property Value

Type: System.DateTime

This property returns Nothing (null in C#) if the IsMarkedAsTask property is set to False.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.