Version

AppointmentEdit Method (DayViewRecordReplayServer)

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

Parameters

OwnerName
The name of the appointment's owner
AppointmentSubject
The original subject of the appointment
StartTime
The appointment's start time, passed as a string
EndTime
The appointment's end time, passed as a string
NewAppointmentSubject
The appointment's new subject
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