_ContactItem.TaskStartDate Property

Returns or sets a DateTime value that represents the start date of the task for this ContactItem object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property TaskStartDate As DateTime
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As DateTime

value = instance.TaskStartDate

instance.TaskStartDate = value
DateTime TaskStartDate { get; set; }

Property Value

Type: System.DateTime

Remarks

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

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace