ContactItem.TaskSubject Property

Outlook Developer Reference

Returns or sets a String value that represents the subject of the task for the ContactItem object. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.TaskSubject

expression   An expression that returns a ContactItem object.

Remarks

This property returns the value of the Subject property if the IsMarkedAsTask property is set to False.

See Also