InfoConnect for Airlines
EmailEnabled Property


Gets a value that indicates whether the installed Office Tools assembly supports viewing the e-mail application and creating new e-mail messages.
Syntax
'Declaration
 
ReadOnly Property EmailEnabled As Boolean
'Usage
 
Dim instance As IOfficeTools
Dim value As Boolean
 
value = instance.EmailEnabled
bool EmailEnabled {get;}
See Also