Share via


ItemId Constructor

3/29/2010

Initializes a new instance of the ItemId class that references the specified Item ID.

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

Syntax

public ItemId (
    int id
)
'Declaration
Public Sub New ( _
    id As Integer _
)

Parameters

  • id
    Object ID

Remarks

If a user passes in an invalid OID, they will receive an ArgumentException.

See Also

Reference

ItemId Class
ItemId Members
Microsoft.WindowsMobile.PocketOutlook Namespace