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

    Parameters

    contactBodyText
    The text to insert in the contact body. If null is passed in, then a textual representation of the current host screen is used.
    See Also