InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CreateNewTask Method
The text to insert in the task body. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.


In This Topic
CreateNewTask Method
In This Topic
Creates a new calendar task.
Syntax
'Declaration
 
Sub CreateNewTask( _
   ByVal taskBodyText As String _
) 
 
'Usage
 
Dim instance As IOfficeTools
Dim taskBodyText As String
 
instance.CreateNewTask(taskBodyText)

Parameters

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