TAPI
-
Is there a "Tapi" code in C#
-
Is there a "Tapi" code in C#
There is no TAPI support in the .NET BCL. You'll have to go through the pain of P/Invoke'ing all the calls and rewriting all the structures they need in C#. From other answers posted to the same question on CodeProject, it's royal pain in the *** to do. It's been recommended against doing it several times. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Is there a "Tapi" code in C#
Please refer to my previous response here[^] on the subject. - Nick Parker
My Blog | My Articles -
There is no TAPI support in the .NET BCL. You'll have to go through the pain of P/Invoke'ing all the calls and rewriting all the structures they need in C#. From other answers posted to the same question on CodeProject, it's royal pain in the *** to do. It's been recommended against doing it several times. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Thanx :)