ContactItem.ToDoTaskOrdinal property (Outlook)

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

Syntax

expression. ToDoTaskOrdinal

expression An expression that returns a ContactItem 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

ContactItem Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.