Partager via


FaxRoutingMethod.DeviceId property

The DeviceId property is a number representing the line identifier for the fax port.

This property is read-only.

Syntax

Property DeviceId As Long

Property value

A Long that receives the permanent line identifier for the fax port associated with the specified fax routing method.

Remarks

A fax client application can use the DeviceId property to uniquely identify a fax port. You can call the DeviceName property to retrieve the user-friendly name for a port. Note, however, that it is possible for multiple fax ports to have the same user-friendly name.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxRoutingMethod

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxRoutingMethod

IFaxRoutingMethods

IFaxPort

IFaxPorts

DeviceName