Share via


SharingItem.ClearTaskFlag Method

Outlook Developer Reference

Clears the SharingItem object as a task.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ClearTaskFlag

expression   An expression that returns a SharingItem object.

Remarks

Calling this method sets the IsMarkedAsTask property to False.

See Also