FaxServer.ServerName property

The ServerName property retrieves the name of the active fax server to which the fax client is connected.

This property is read-only.

Syntax

Property ServerName As String

Property value

A String that receives the name of the active fax server to which the fax client is connected. If the method returns an empty string, it indicates that the object is connected to a fax server on the local computer.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxServer

IFaxServer