Version

SelectAppointment Method (WeekViewRecordReplayServer)

Selects the appointment
Syntax
'Declaration
 
Public Sub SelectAppointment( _
   ByVal OwnerName As System.String, _
   ByVal AppointmentSubject As System.String, _
   ByVal StartDate As System.String, _
   ByVal EndDate As System.String _
) 
public void SelectAppointment( 
   System.string OwnerName,
   System.string AppointmentSubject,
   System.string StartDate,
   System.string EndDate
)

Parameters

OwnerName
The name of the appointment's owner
AppointmentSubject
The subject of the appointment
StartDate
The start date of the appointment, passed as a string
EndDate
The end date of the appointment, passed as a string
Remarks

OwnerName can be set to "[Unassigned]" or "" if appointment grouping is not being used

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also