dbicMonth Send comments on this topic.
dbiReminderDialog Constructor(dbiAppointmentItem)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > dbiReminderDialog Constructor : dbiReminderDialog Constructor(dbiAppointmentItem)

objAppoint
The dbiAppointmentItem used to populate the dialog.
Initializes a new instance of the dbiReminderDialog class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objAppoint As dbiAppointmentItem _
)
C# 
public dbiReminderDialog( 
   dbiAppointmentItem objAppoint
)

Parameters

objAppoint
The dbiAppointmentItem used to populate the dialog.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also