AddTapi.NET Developer's Manual
SupportsVoice Property
NamespacesTraysoft.AddTapiTapiLineSupportsVoice
Indicates whether the line suppots voice functions.
Declaration Syntax
C#Visual BasicVisual C++
public bool SupportsVoice { get; }
Public ReadOnly Property SupportsVoice As Boolean
public:
property bool SupportsVoice {
	bool get ();
}
Remarks
This property shows if the line supports voice functions, such as playing wave files and speaking text. Line devices that do not support voice cannot be opened in voice mode. If you try to open such line in automated voice mode using Open(Boolean, TapiCallHandler, TapiMediaMode), AddTapi.NET will throw TapiException.
See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)