FaxRoutingMethod.FriendlyName property
The FriendlyName property is a null-terminated string that contains the user-friendly name for a fax routing method.
This property is read-only.
Syntax
Property FriendlyName As String
Property value
A String that receives the user-friendly name to display for the fax routing method.
Remarks
A fax client application can use the Guid property to uniquely identify a fax routing method. Note that it is possible for multiple routing methods to have the same user-friendly name, and even the same function name. For more information, see Fax Routing Methods.
FriendlyName 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