Send comments on this topic.
CreateNewAppointment Method
Attachmate.Reflection.Objects Library (Productivity) > OfficeTools Object : CreateNewAppointment Method
appointmentBodyText
The text to put in the appointment body. If null is passed in, then a textual representation of the current host screen is used.
Creates a new calendar appointment.

Syntax

 
object.CreateNewAppointment( 
   ByVal appointmentBodyText As String
) 

Parameters

appointmentBodyText
The text to put in the appointment body. If null is passed in, then a textual representation of the current host screen is used.

See Also