_TaskItem.DueDate Property

Returns or sets a DateTime indicating the due date for the task. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property DueDate As DateTime
    Get
    Set
'Usage
Dim instance As _TaskItem
Dim value As DateTime

value = instance.DueDate

instance.DueDate = value
[DispIdAttribute()]
DateTime DueDate { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Assign a Task to a Recipient