InfoConnect for Airlines
CreateNewAppointment Method


The text to insert in the appointment body. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.
Creates a new calendar appointment.
Syntax
'Declaration
 
Sub CreateNewAppointment( _
   ByVal appointmentBodyText As String _
) 
'Usage
 
Dim instance As IOfficeTools
Dim appointmentBodyText As String
 
instance.CreateNewAppointment(appointmentBodyText)
void CreateNewAppointment( 
   string appointmentBodyText
)

Parameters

appointmentBodyText
The text to insert in the appointment body. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.
See Also