Reflection
AppointmentEnabled Property


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