InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TAPIVersionOption Enumeration


In This Topic
    TAPIVersionOption Enumeration
    In This Topic
    Defines which Telephony Application Programming Interface (TAPI) InfoConnect uses to connect the PC to telephone services.
    Syntax
    'Declaration
     
    
    Public Enum TAPIVersionOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TAPIVersionOption
    public enum TAPIVersionOption : System.Enum 
    Members
    MemberDescription
    TAPI2Use TAPI version 2.
    TAPI3Use TAPI version 3.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.TAPIVersionOption

    See Also