_TaskItem.Complete Property
Returns a Boolean (bool in C#) that is True if the task is completed. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Complete As Boolean
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As Boolean
value = instance.Complete
instance.Complete = value
[DispIdAttribute()]
bool Complete { get; set; }
Property Value
Type: System.Boolean