InfoConnect for Unisys
ContactEnabled Property


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
bool ContactEnabled {get;}
See Also