我正在尝试找到faxcomexlib.dll。在谷歌搜索后,我从Platform SDK安装了Core SDK,但我仍然没有看到System32文件夹中列出的这个DLL。这是我正在尝试运行的代码:
FAXCOMEXLib.FaxServer faxServer = new FAXCOMEXLib.FaxServerClass();
//faxServer.Connect(Environment.MachineName);
faxServer.Connect("//My-Server");
FAXCOMLib.FaxDoc faxDoc = (FAXCOMEXLib.FaxDoc)faxServer.CreateDocument(FileName);
faxDoc.RecipientName = "Test";
faxDoc.FaxNumber = "1234567890";
faxDoc.DisplayName = "Test";
int Response = faxDoc.Send();
faxServer.Disconnect();
我正在使用VS 2010 / .NET 4.0,而且我使用的是Windows XP。
答案 0 :(得分:2)
您必须在计算机上安装Windows传真服务和物理传真设备才能在系统中获取该dll