Contact Constructor (ItemId)

3/29/2010

Initializes a new instance of the Contact class, that references the item ID of an existing Contact.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public Contact (
    ItemId itemId
)
'Declaration
Public Sub New ( _
    itemId As ItemId _
)

Parameters

  • itemId
    Identifier of the item to be retrieved

See Also

Reference

Contact Class
Contact Members
Microsoft.WindowsMobile.PocketOutlook Namespace