Version

SelectAppointment Method (TimelineViewRecordReplayServer)

Modifies the current selection of appointments.
Syntax
'Declaration
 
Public Sub SelectAppointment( _
   ByVal oSelType As System.Object, _
   Optional ByVal sOwner As System.Object, _
   Optional ByVal sApptSubject As System.Object, _
   Optional ByVal sDateTimeStart As System.Object, _
   Optional ByVal sDateTimeEnd As System.Object _
) 
public void SelectAppointment( 
   System.object oSelType,
   System.object sOwner,
   System.object sApptSubject,
   System.object sDateTimeStart,
   System.object sDateTimeEnd
)

Parameters

oSelType
Enumeration value, string name, or integer value of the Selection Type.
sOwner
String name or key value of an owner the appointment.
sApptSubject
String value of an appointment subject.
sDateTimeStart
String representation of a date value of the start time of an appointment.
sDateTimeEnd
String representation of a date value of the end time of an appointment.
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