InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / ContactEnabled Property


In This Topic
ContactEnabled Property
In This Topic
Gets a value that indicates whether the installed Office Tools assembly supports viewing the contact list and creating new contacts.
Syntax
'Declaration
 
ReadOnly Property ContactEnabled As Boolean
 
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.ContactEnabled
See Also