InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / 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.


In This Topic
    CreateNewEmailMessage Method
    In This Topic
    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