sending fax in C# using a .NET component not a COM DLL
-
Tuesday, August 14, 2012 12:43 PM
hi,
I am working on migrating a VB system to.Net. To send fax, the VB application uses a COM component RFCOMAPILib. I want to avoid interops but use some .Net component to do the same, which I could not find anywhere.
All the components I found, including FaxCOMService of Microsoft are COM components. If anybody is aware whether there is any .Net component for the same.
thnx
Benjamin
All Replies
-
Wednesday, August 15, 2012 8:23 AMModerator
Hi Benjamin,
I would like to know are you working on Windows Forms projects?
As far as I know, there isn't a component in .NET support sending fax.
If you do not want to use COM components, I think you may try to use winfax.dll by P/Invoke.
http://www.pinvoke.net/search.aspx?search=winfax.dll&namespace=[All]
There is also an open source library in CodePlex:
http://faxdotnet.codeplex.com/
Best regards,
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information for your convenience. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Chester Hong
MSDN Community Support | Feedback to us
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked As Answer by Chester HongMicrosoft Contingent Staff, Moderator Thursday, August 23, 2012 6:43 AM


