InfoConnect for Unisys
CreateNewNote Method


The text to insert in the note. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.
Creates a new note.
Syntax
'Declaration
 
Sub CreateNewNote( _
   ByVal noteText As String _
) 
'Usage
 
Dim instance As IOfficeTools
Dim noteText As String
 
instance.CreateNewNote(noteText)
void CreateNewNote( 
   string noteText
)

Parameters

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