Appointment Constructor (ItemId)
3/29/2010
Initializes a new instance of the Appointment class that references the item ID of an existing Appointment item.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public Appointment (
ItemId itemId
)
'Declaration
Public Sub New ( _
itemId As ItemId _
)
Parameters
- itemId
The ItemID of an existing Appointment item.
Remarks
An exception is thrown if the item ID does not belong to an Appointment.
See Also
Reference
Appointment Class
Appointment Members
Microsoft.WindowsMobile.PocketOutlook Namespace