使用c#.net接收传真 [英] Recieving fax using c#.net

查看:98
本文介绍了使用c#.net接收传真的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我正在开发一个Windows应用程序,因为我想添加一个用于发送和接收传真文档的工具,并且我已经完成了传真发送,现在我需要一些帮助来接收传真,可以通过使用FAXCOMLib来完成,所以请帮助通过提供代码来实现我.
谢谢您.

解决方案

如果您不够聪明,无法对已收到的答案做些什么,那么问同样的问题就不会了将现实扭曲到一个可以说只需输入"Fax.Recieve()"的世界,它将突然起作用.取而代之的是,您需要继续参考获得的答案,直到您理解它们为止.随意的想法.如果您无法制定简单的说明,也难怪您将无法使用已获得的帮助或Google.我在几秒钟内找到了此代码段:

 AXCOMLib.FaxJob CurrentJob;
 for ( int  i =  1 ; i< ; Jobs.Count; i ++)
{
CurrentJob =(FAXCOMLib.FaxJob)Jobs.Item [(i];
// 继续使用CurrentJob做事

} 



如果由于某种原因无法在Google上轻松找到的代码对您不起作用,则您需要考虑问题出在您身上的可能性很大,并且需要告诉我们您尝试过的方法,以便您看起来不像一个笨拙的人,他们日复一日地问同样的基本问题,除了希望得到随机的陌生人的仁慈之外,没有表现出任何为解决自己的任务而做任何事情的迹象. >
此处 [ ^ ]是来自同一基本Google搜索的另一个链接.


我得到了发送传真的答案,但没有得到任何答案接收的解决方案,这样我就发布了,如果您知道答案只能回答,我不想要这些类型的参数.我在google中进行了搜索,但没有收到,所以我在这里发布了.


Hi everybody,
I am developing a windows application, in that i want to add a tool for sending and receiving fax documents,and i have done the fax sending now i need some help for receiving fax,is it possible to do by using FAXCOMLib, so pls help me by providing code.
Thanking you

解决方案

If you''re not smart enough to work out how to do something with the answers you''ve already recieved, asking the same question will not warp reality to a world where we can say just type ''Fax.Recieve()'' and it will suddenly work. Instead, you need to keep referring to the answers you got until you understand them.


You''ve been asked over and over and yet you keep pressing ''answer'' to post your random thoughts. If you can''t work out simple instructions, no wonder you can''t use the help you''ve been given, or google. I found this code snippet in seconds:

AXCOMLib.FaxJob CurrentJob;
for(int i = 1 ;i< Jobs.Count  ;i++)
{
CurrentJob =(FAXCOMLib.FaxJob)Jobs.Item[(i];
// Continue to do stuff with CurrentJob

}



If there''s a reason why the code that is easily found with google does not work for you, you need to consider the odds are good that the problem is with you, and you need to tell us what you''ve tried so you don''t look like a person who is so clueless that they ask the same basic question day after day, without ever showing any signs of doing anything to solve their own task, apart from hoping for the kindness of random strangers.

here[^] is another link from that same basic google search.


i got the answer for sending fax, i didnt get any solution for receiving, so that i posted, if u know the answer den only reply , i dont want these type of arguments.I searched this in google but i didnt get so i posted here.


这篇关于使用c#.net接收传真的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆