Article ID: 303647 - Last Review: February 12, 2007 - Revision: 4.5 How To Send a Fax from an ASP Page on Windows 2000
This article was previously published under Q303647 On This PageSUMMARY This article describes how to use Microsoft Fax Service to
send a fax from an Active Server Pages (ASP) page. The Microsoft Fax Service
includes Component Object Model (COM) interfaces that expose functionality that
is contained in the Faxcom.dll file. By making calls to Faxcom.dll, you can
instantiate the necessary object to send a fax from any client program that
supports COM. For more information about the FaxServer objects and their functionality, see the "References" section. IMPORTANT: You cannot fax all file types from ASP and or a service. This article demonstrates how to fax a text document; further configuration or a different method may be necessary to fax documents of a different type. MORE INFORMATIONStep-by-Step ExampleMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs.If you have limited programming experience, you may want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified Partners - https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104) Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice (http://support.microsoft.com/gp/advisoryservice) For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms) To call the functionality that is contained in the FaxServer objects from ASP, follow these steps:
REFERENCES For more information on the Fax Service Client application
programming interface (API), refer to the following MSDN Web site: Fax Service Client API for Windows 2000 For more information on COM+ development for Visual Basic, refer
to the following MSDN Web site: http://msdn.microsoft.com/en-us/library/ms692829.aspx (http://msdn.microsoft.com/en-us/library/ms692829.aspx)
COM+ Application Guidelines for Visual Basic Development http://msdn.microsoft.com/en-us/library/ms809241.aspx (http://msdn.microsoft.com/en-us/library/ms809241.aspx) | Other Resources Other Support Sites
CommunityArticle Translations
|





















Back to the top