Send comments on this topic.
CreateNewTask Method
Attachmate.Reflection.Objects Library (Productivity) > OfficeTools Object : CreateNewTask Method
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.
Creates a new calendar task.

Syntax

 
object.CreateNewTask( 
   ByVal taskBodyText As String
) 

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