Version

SpellCheckNewAppointment Method (WeekViewRecordReplayServer)

Add a new appointment using the "Click To Add" button and open the spell checker dialog
Syntax
'Declaration
 
Public Sub SpellCheckNewAppointment( _
   ByVal AppointmentSubject As System.String, _
   ByVal OwnerName As System.String, _
   ByVal AppointmentDate As System.String _
) 
public void SpellCheckNewAppointment( 
   System.string AppointmentSubject,
   System.string OwnerName,
   System.string AppointmentDate
)

Parameters

AppointmentSubject
The subject of the appointment to spell check
OwnerName
The owner of the appointment to spell check
AppointmentDate
The 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