In The Hand LtdIn The Hand
ShowDialog Method (owner)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemShowDialog(Form)
.NET Components for Mobility
Opens the PIM item’s standard summary card with the specified owner.
Declaration Syntax
C#Visual Basic
public void ShowDialog(
	Form owner
)
Public Sub ShowDialog ( _
	owner As Form _
)
Parameters
owner (Form)
The top-level window that will own the modal dialog box.
Remarks
You can display a PimItem only immediately after creating it or reading it from the object store. The forms used are the same as those used in the built in Calendar, Contacts and Tasks application:-

Appointment - Contact - Task

For platforms where this method is not supported the alternative is to manually create your own dialog with the fields you wish to display, saving any changes back to the PimItem afterwards.
Requirements
Windows Mobile
Pocket PC 2003, Windows Mobile Version 5.0 and later
Windows Embedded Compact
Windows CE.NET 4.1 and later
Exceptions
ExceptionCondition
NotSupportedExceptionShowDialog method not supported on some older platforms (e.g. Smartphone 2003).

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0