Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The FaxPorts object represents a collection of FaxPort objects. The FaxPorts object permits a fax client application to enumerate the fax ports associated with a connected fax server, and to create FaxPort objects for those ports.
A FaxPorts object is created by a FaxServer object. FaxPort objects are created by FaxPorts objects.
A fax client application must create an instance of a FaxServer object before accessing most other objects that begin with Fax. (A fax server connection is not required to access a FaxTiff object.)
C/C++
- Create by calling the IFaxServer::GetPorts method.
- Supports the IFaxPorts interface.
For more information about creating an instance of a FaxPorts object, and for a list of the object's properties and methods, see IFaxPorts.
Visual Basic
Create by calling the GetPorts method of the FaxServer object.
For more information about creating a FaxPorts object, and for a list of the properties and methods of the object, see FaxPorts object (Visual Basic).