IFaxDevice::get_TSID method (faxcomex.h)

The IFaxDevice::get_TSID property is a null-terminated string that contains the transmitting station identifier (TSID) for the device.

This property is read/write.

Syntax

HRESULT get_TSID(
  BSTR *pbstrTSID
);

Parameters

pbstrTSID

Return value

None

Remarks

Note  The TSID is limited to 20 characters. Also, because most fax machines accept a limited set of characters in the fax transmission called station identifier (CSID) and TSID strings, it is advisable to use only English letters, numeric symbols, and punctuation marks (ASCII range 0x20 to 0x7F) in these strings.
 

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

FaxDevice

IFaxDevice

Visual Basic Example