FaxJob.BillingCode property
The BillingCode property is a null-terminated string that contains an optional billing code that applies to the fax job.
This property is read-only.
Syntax
Property BillingCode As String
Property value
A String that receives an application- or server-specific billing code that applies to the fax job. The fax server uses the string to generate an entry in the fax event log. Billing codes are optional.
Remarks
If billing information is not available, the BillingCode property contains an empty string.
BillingCode 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