IFaxDevice::get_CSID method (faxcomex.h)

The IFaxDevice::get_CSID property is a null-terminated string that contains the called station identifier (CSID) for the device.

This property is read/write.

Syntax

HRESULT get_CSID(
  BSTR *pbstrCSID
);

Parameters

pbstrCSID

Return value

None

Remarks

Note  The CSID is limited to 20 characters. Also, because most fax machines accept a limited set of characters in the fax transmission CSID and transmitting station identifier (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