send fax using Vb.net through rightfax

  • Thread starter Thread starter danny george
  • Start date Start date
D

danny george

I want to send fax using vb.net coding through rightfax.
I have referred rfcomapilib.dll.
An error has been occured when i create a object of the faxserver during
running.

Dim FaxServer As New RFCOMAPILib.FaxServer
"Additional information: One of the library files needed to run this
application cannot be found."
which library it is talking?Is it need rightfax to be installed locally? I
am using remote rightfax and fax server.

thanking you
danny
 
Likely, if RightFax is not installed you can't call its function locally...
Also I believe the VB specific API comes as DLL that should be added as it
is perhaps not done by just the client installation.
 
Back
Top