'Declaration Public Sub MoveAppointment( _ ByVal oldOwnerName As System.String, _ ByVal AppointmentSubject As System.String, _ ByVal oldStartTime As System.String, _ ByVal oldEndTime As System.String, _ ByVal newOwnerName As System.String, _ ByVal newStartTime As System.String, _ ByVal newEndTime As System.String _ )
public void MoveAppointment( System.string oldOwnerName, System.string AppointmentSubject, System.string oldStartTime, System.string oldEndTime, System.string newOwnerName, System.string newStartTime, System.string newEndTime )
OwnerName can be set to "[Unassigned]" or "" if appointment grouping is not being used
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