IFaxServer::get_UseDeviceTsid method (faxcom.h)

Sets or retrieves the UseDeviceTsid property for a FaxServer object. The UseDeviceTsid property is a Boolean value that indicates whether the fax server uses the device's transmitting station identifier (TSID) instead of a user-specified TSID.

This property is read/write.

Syntax

HRESULT get_UseDeviceTsid(
  BOOL *pVal
);

Parameters

pVal

Return value

None

Remarks

To ensure that the TSID for a port is associated with outbound faxes, set the UseDeviceTsid property equal to TRUE. This overrides the TSID a user can optionally specify for an outbound fax by setting the Tsid property.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

FaxServer

IFaxServer

Tsid