Task Class
3/29/2010
Defines a Task item in the Task collection. Tasks represent actionable "ToDo" items that can be prioritized (using Low, Normal, and High), delegated (by creating a Task Request, or using Assign Task), and completed (using % Complete).
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public class Task : PimItem
'Declaration
Public Class Task
Inherits PimItem
Remarks
A Task is a specialized PimItem. Use the TaskCollection to add and retrieve Tasks to and from the Task folder.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.WindowsMobile.PocketOutlook.PimItem
Microsoft.WindowsMobile.PocketOutlook.Task
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
Task Members
Microsoft.WindowsMobile.PocketOutlook Namespace