S
Sanjay Pais
We having problems faxing HTML pages. We tried using word to open documents
when submitted to the fax server and are not happy or comfortable with the
idea of having to install word on the server. We are unable to automate the
process because of the popup print window that appears every time an html
document is submitted to the fax server. The code is fairly straight
forward:
=============Begin Code excerpt====================
FAXCOMEXLib.FaxDocumentClass faxdoc= new FAXCOMEXLib.FaxDocumentClass();
FAXCOMEXLib.FaxServerClass faxserver = new FAXCOMEXLib.FaxServerClass();
object job = new object();
faxserver.Connect("");
faxdoc.Recipients.Add("9,4162602893","Russell Reed");
faxdoc.Body = @"c:\test.html";
job = faxdoc.ConnectedSubmit(faxserver);
=============End Code excerpt====================
Any help would be really appreciated
Sanjay
--
~~~~~~~~~~~~~~~~~~~~~~~~~~
Sanjay Pais
Software Developer
MarketLink Corporation
t 416 260 2800 x298
f 416 260 2893
www.marketlinksolutions.com
Improving organizational performance through
the integration of strategy and technology
--
when submitted to the fax server and are not happy or comfortable with the
idea of having to install word on the server. We are unable to automate the
process because of the popup print window that appears every time an html
document is submitted to the fax server. The code is fairly straight
forward:
=============Begin Code excerpt====================
FAXCOMEXLib.FaxDocumentClass faxdoc= new FAXCOMEXLib.FaxDocumentClass();
FAXCOMEXLib.FaxServerClass faxserver = new FAXCOMEXLib.FaxServerClass();
object job = new object();
faxserver.Connect("");
faxdoc.Recipients.Add("9,4162602893","Russell Reed");
faxdoc.Body = @"c:\test.html";
job = faxdoc.ConnectedSubmit(faxserver);
=============End Code excerpt====================
Any help would be really appreciated
Sanjay
--
~~~~~~~~~~~~~~~~~~~~~~~~~~
Sanjay Pais
Software Developer
MarketLink Corporation
t 416 260 2800 x298
f 416 260 2893
www.marketlinksolutions.com
Improving organizational performance through
the integration of strategy and technology
--