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


In This Topic
    EmailEnabled Property
    In This Topic
    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