InfoConnect for Unisys
TAPIVersionOption Enumeration


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