_TaskItem.TeamTask Property

Returns a Boolean (bool in C#) that indicates True if the task is a team task. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property TeamTask As Boolean
    Get
    Set
'Usage
Dim instance As _TaskItem
Dim value As Boolean

value = instance.TeamTask

instance.TeamTask = value
[DispIdAttribute()]
bool TeamTask { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace