_PostItem.ClearTaskFlag Method

Clears the PostItem object as a task.

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

Syntax

'Declaration
<DispIdAttribute()> _
Sub ClearTaskFlag
'Usage
Dim instance As _PostItem

instance.ClearTaskFlag()
[DispIdAttribute()]
void ClearTaskFlag()

Remarks

Calling this method sets the IsMarkedAsTask property to False.

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace