_MailItem.IsMarkedAsTask Property
Returns a Boolean (bool in C#) value that indicates whether the MailItem is marked as a task. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property IsMarkedAsTask As Boolean
Get
'Usage
Dim instance As _MailItem
Dim value As Boolean
value = instance.IsMarkedAsTask
[DispIdAttribute()]
bool IsMarkedAsTask { get; }
Property Value
Type: System.Boolean
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Filter and Display Computed Properties When Enumerating Items in a Folder