ServerName

  • Thread starter Bruce M. Thompson
  • Start date
B

Bruce M. Thompson

I am using VBA from within Access on a WinXP client to send a fax via shared fax
services using the Fax Service Extended COM API. My question is regarding the
"name" of the fax server in Windows Server 2003. When I connect to the server
with "FaxServer.Connect (ServerName)", what constitutes "ServerName"? The name
of the network server, the "fax printer", or what? I can't seem to find a
concise answer in the Platform SDK.
 
L

Loganatr [MSFT]

The servername should be name of the machine. For example if you have
added a fax printer say \\FaxServer\Fax. 'FaxServer' will be the server
name.
--
Loganatr [MSFT]
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
B

Bruce M. Thompson

Loganatr said:
The servername should be name of the machine. For example if you have
added a fax printer say \\FaxServer\Fax. 'FaxServer' will be the server
name.

Thanks. I am developing this offsite, so, although I'm not hardcoding the
"name", I wanted to know what to look for prior to the install.

:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top