FaxDevice.CSID property

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

This property is read/write.

Syntax

Property CSID As String

Property value

A String that specifies or receives the CSID for the fax device.

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

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxDevice

IFaxDevice