_PostItem.TaskDueDate Property

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

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

Syntax

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

value = instance.TaskDueDate

instance.TaskDueDate = value
[DispIdAttribute()]
DateTime TaskDueDate { 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

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace