BackOffice Products
1745866 Members
4360 Online
108723 Solutions
New Discussion

Microsoft Shared Fax

 
Anderson_4
New Member

Microsoft Shared Fax

I am with a problem, I have a machine where I installed the Shared Fax Server and Another one with the Shared Fax Client and I am wanting to use the Connection between them using COM/API as the Code below:

Dim FaxServer As Object
Set FaxServer = CreateObject("FaxServer.FaxServer")
FaxServer.Connect (Server Name)

The Problem and that when use the method ' Connect ' it shows the error.

Method ???Connect??? of object ???IFaxServer??? failed

Somebody can help me?