Sedin faxes from within DELPHI applications

  • Thread starter Thread starter Carlo
  • Start date Start date
C

Carlo

Is there an API by which I can automate sending fax from within
DELPHI giving programatically the recipient tel nbr ? ( can I
invoke _FAX_SEND ? . . . )
 
We have standard Win32 APIs such as FaxSendDocument and the standard COM
interfaces such as IFaxServer, IFaxDocument that can be used to send a fax
programmatically. I am not sure if these can be used from DELPHI. You can
learn more about the Fax API at
http://msdn.microsoft.com/library/en-us/fax/faxlegacy_1ug9.asp
http://msdn.microsoft.com/library/en-us/fax/faxabout_18s3.asp

However it's recommended you use the extended COM objects available from
post Windows XP. These are described at
http://msdn.microsoft.com/library/en-us/fax/faxabout_699l.asp

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 
Back
Top