InfoConnect for Unisys
CreateNewEmailMessage Method


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

Parameters

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