mi aiutate a settare questi oggetti??

1.Call the Visual Basic CreateObject function to create a FaxServer object.
2.Call the GetPorts method of the FaxServer object to create a FaxPorts object for the connected fax server.
3.Retrieve the Count property and then the Item property for the FaxPorts collection to create a FaxPort object.
4.Call the GetStatus method of the FaxPort object to create a FaxStatus object.

codice:
	Set FaxServer = CreateObject("FaxServer.FaxServer.1")
	Set FaxPorts = CreateObject(FaxServer.GetPorts)
mi mancano il punto 3 e 4, sempre che il 2 sia corretto. Il primo lo è di sicuro!

grazie