Version

SelectAppointment Method (ITimelineView)

Syntax
'Declaration
 
Sub SelectAppointment( _
   ByVal oSelAppTypeEnum 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 _
) 
void SelectAppointment( 
   System.object oSelAppTypeEnum,
   System.object sOwner,
   System.object sApptSubject,
   System.object sDateTimeStart,
   System.object sDateTimeEnd
)

Parameters

oSelAppTypeEnum
sOwner
sApptSubject
sDateTimeStart
sDateTimeEnd
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