Version

AppointmentEdit Method (WeekViewRecordReplayServer)

Edits the subject of the appointment
Syntax
'Declaration
 
Public Sub AppointmentEdit( _
   ByVal OwnerName As System.String, _
   ByVal AppointmentSubject As System.String, _
   ByVal StartDate As System.String, _
   ByVal EndDate As System.String, _
   ByVal NewAppointmentSubject As System.String _
) 
public void AppointmentEdit( 
   System.string OwnerName,
   System.string AppointmentSubject,
   System.string StartDate,
   System.string EndDate,
   System.string NewAppointmentSubject
)

Parameters

OwnerName
The name of the appointment's owner
AppointmentSubject
The original 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
NewAppointmentSubject
The new subject of the appointment
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