InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / CreateNewContact Method
The text to insert in the contact body. If null (or in Visual Basic, Nothing) is passed in, a textual representation of the current host screen is inserted.


In This Topic
    CreateNewContact Method
    In This Topic
    Creates a new address book contact.
    Syntax
    'Declaration
     
    
    Sub CreateNewContact( _
       ByVal contactBodyText As String _
    ) 
    'Usage
     
    
    Dim instance As IOfficeTools
    Dim contactBodyText As String
     
    instance.CreateNewContact(contactBodyText)
    void CreateNewContact( 
       string contactBodyText
    )

    Parameters

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