FaxJob.FaxNumber property
The FaxNumber property is a null-terminated string that contains the fax number to which the fax server will transmit the fax job. The FaxNumber property applies only to outgoing fax transmissions.
This property is read-only.
Syntax
Property FaxNumber As String
Property value
A String that receives the fax number of the recipient of the transmission. The string can contain a number in canonical format. For more information, see Address in the TAPI documentation (see the Canonical Address subheading).
Remarks
A fax number is only available for faxes that have a Type property equal to JT_SEND. If the fax number is not available, the FaxNumber property contains an empty string.
FaxNumber allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also