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

    Parameters

    taskBodyText
    The text to put in the task body. If null is passed in, then a textual representation of the current host screen is used.
    See Also