Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / CreateNewAppointment Method
The text to put in the appointment body. If null is passed in, then a textual representation of the current host screen is used.
In This Topic
    CreateNewAppointment Method
    In This Topic
    Creates a new calendar appointment.
    Syntax
    expression.CreateNewAppointment( _
       ByVal appointmentBodyText As String _
    ) 
    where expression is a variable that represents a OfficeTools Object

    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