faxing from C# via Send Fax Wizard
-
I want to initiate the sending of a fax from within a C# application. I want to specify the file I want to send and then launch the Send Fax Wizard allowing the user to type in the fax number, the To, etc... Does anyone know how to do this? I noticed that Send Fax Wizard does not allow for attaching files. I was able to send faxes bypassing the Send Fax Wizard all together, but that's not entirely what I need. Many thanks. tom d
-
I want to initiate the sending of a fax from within a C# application. I want to specify the file I want to send and then launch the Send Fax Wizard allowing the user to type in the fax number, the To, etc... Does anyone know how to do this? I noticed that Send Fax Wizard does not allow for attaching files. I was able to send faxes bypassing the Send Fax Wizard all together, but that's not entirely what I need. Many thanks. tom d
here is one example http://www.interfax.net/en/dev/c.html
-
here is one example http://www.interfax.net/en/dev/c.html
-
Thanks, but that's not entirely what I need. I need to use the Send Fax windows client and prompt the user for fax number, location, etc, etc. Any ideas would be greately appreciated. cobra2005