IFaxOutgoingQueue::get_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 get_UseDeviceTSID(
VARIANT_BOOL *pbUseDeviceTSID
);
Parameters
pbUseDeviceTSID
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 |