FaxServer.APIVersion property
The APIVersion property is a value that indicates the version of the fax server API.
This property is read-only.
Syntax
Property APIVersion As Integer
Property value
Value from the FAX_SERVER_APIVERSION_ENUM enumeration that specifies the version of the fax server API.
Remarks
In general, each new version of the fax server API is fully compatible with previous API versions. When connecting to a fax server using the Component Object Model (COM) objects, the API version of the fax server is not required because the COM layer performs the conversions and mapping to transparently support the fax API version of the server. However, if you want to detect the version of the fax server you are connected to, you can use the APIVersion property.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also