FaxPort.Name property

The Name property is a null-terminated string that contains the user-friendly display name for a fax port.

This property is read-only.

Syntax

Property Name As String

Property value

A String that receives the user-friendly name to associate with the fax port.

Remarks

Note that it is possible for multiple fax ports to have the same user-friendly name. Use the DeviceId property to uniquely identify a fax port.

Name allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

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

FaxPort

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxPort

IFaxPorts

DeviceId