FaxInboundRoutingExtension.ImageName property
The ImageName property is a null-terminated string that contains the executable image name (DLL path and file name) of the fax routing extension.
This property is read-only.
Syntax
Property ImageName As String
Property value
A String that receives the fully qualified path and file name of the fax routing extension's DLL.
Remarks
The path can include valid environment variables, for example, %SYSTEMDRIVE%
and %SYSTEMROOT%
.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also