Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / CreateNewEmailMessage Method
The text to insert in the e-mail message body. If null is passed in, then a textual representation of the current host screen is used.
In This Topic
    CreateNewEmailMessage Method
    In This Topic
    Create a new e-mail message.
    Syntax
    expression.CreateNewEmailMessage( _
       ByVal messageBodyText As String _
    ) 
    where expression is a variable that represents a OfficeTools Object

    Parameters

    messageBodyText
    The text to insert in the e-mail message body. If null is passed in, then a textual representation of the current host screen is used.
    See Also