InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / 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.


In This Topic
    CreateNewAppointment Method
    In This Topic
    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