Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / AppointmentEnabled Property


In This Topic
AppointmentEnabled Property
In This Topic
Gets a value that indicates whether the installed Office Tools assembly supports new appointments.
Syntax
'Declaration
 
ReadOnly Property AppointmentEnabled As Boolean
 
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.AppointmentEnabled
See Also