Reflection
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.
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)
void CreateNewTask( 
   string 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