IFaxOutgoingQueue::put_UseDeviceTSID method (faxcomex.h)

The IFaxOutgoingQueue::get_UseDeviceTSID property is a Boolean value that indicates whether the fax service uses the device transmitting station identifier (TSID) instead of a sender TSID.

This property is read/write.

Syntax

HRESULT put_UseDeviceTSID(
  VARIANT_BOOL bUseDeviceTSID
);

Parameters

bUseDeviceTSID

Return value

None

Remarks

If this property is equal to TRUE, the fax service uses the device TSID rather than a user-specified TSID. If this property is equal to FALSE, the fax service uses a user-specified TSID.

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxOutgoingQueue

IFaxOutgoingQueue

Setting the Outgoing Queue Properties