Task Constructor (ItemId)
3/29/2010
Initializes a new instance of the Task class, using the specified item ID.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public Task (
ItemId itemId
)
'Declaration
Public Sub New ( _
itemId As ItemId _
)
Parameters
- itemId
Identifier of the item to be retrieved
Remarks
If the item ID does not belong to an existing Task, an ArgumentException exception is thrown.
See Also
Reference
Task Class
Task Members
Microsoft.WindowsMobile.PocketOutlook Namespace