How to call ITAddressTranslation method
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I'me working on a tapi project with tapi3.dll. I successfully created calls with ITAddress etc. Now I tried to call the method TranslateAddress from the class ITAddressTranslation, which is an abstract class. Unfortunately without success. Now the question: Does anybody know how I can use this method? How do I have to instantiate the class ITAddressTranslation in order to get this method? Thanks Fredy