Reflection
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.
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