Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.32 KB

Outlook.DistListItem.ToDoTaskOrdinal.md

File metadata and controls

38 lines (22 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DistListItem.ToDoTaskOrdinal property (Outlook)
vbaol11.chm3034
vbaol11.chm3034
Outlook.DistListItem.ToDoTaskOrdinal
a72f8ba4-a31a-b96b-193a-2507b7c45169
06/08/2017
medium

DistListItem.ToDoTaskOrdinal property (Outlook)

Returns or sets a Date value that represents the ordinal value of the task for the DistListItem. Read/write.

Syntax

expression. ToDoTaskOrdinal

expression An expression that returns a DistListItem object.

Remarks

This property returns Null (Nothing in Visual Basic) if the IsMarkedAsTask property is set to False.

This property is used to indicate how the task should be ordered within the parent groups, such as the Today group or the Tomorrow group, of the To-Do Bar. The value used in this property does not have any relation to the values of the TaskStartDate, TaskDueDate, or TaskCompletedDate properties.

See also

DistListItem Object

[!includeSupport and feedback]