ASP.NET

ASP.NET Fax - Get Information About Submitted Faxes (C# project)

This sample uses FaxQuery to retrieve information about one or more ASP.NET faxes, using the C# fax API (aspx.cs extension). The FaxQuery method has more flexible querying options than FaxStatus (for more details, see Side-by-side Comparison of Web Service Methods).

ASP.NET Fax - Send Plain-Text Content with SendCharFax (C# project)

This example demonstrates how to send a plain-text ASP.NET fax using a C# fax API (aspx.cs). This is done using the SendCharFax method.

ASP.NET Fax - Submit Binary File (C# project)

The ASP.NET fax code snippet below demonstrates usage of the SendBinaryDocument method using a C# fax API (aspx.cs extension). This example submits a binary file to the Web service, and indicates whether the submission was successful.

ASP.NET Fax - Submit Binary Document (VB.NET code)

This code sample demonstrates how to submit a binary ASP.NET fax, using VB.NET (.aspx.vb extension). This is done using the SendBinaryDocument method.

ASP.NET Fax - Get Fax Information with FaxQuery (VB.NET code)

In this sample, you use the FaxQuery method to send and check the status of one or more faxes from ASP.NET, using VB.NET fax code (.aspx.vb extension). FaxQuery provides more advanced querying options compared to FaxStatus (for more details, see Side-by-side Comparison of Web Service Methods).

ASP.NET Fax - Setting Up Your C# Environment

In this section, you create, compile and reference the proxy class in order to set up a C# environment to work with the InterFAX Web service and send ASP.NET faxes with C#.

For more general information on setting up ASP.NET, see Setting Up ASP.NET Environment.

If you are working with VB.NET, learn how to set up your VB.NET Environment, or see the VB fax (VB.NET) examples. Alternatively, see additional C# or ASP (ASPX and ASP classic) examples.

ASP.NET Fax - Setting Up Your VB.NET Environment

This section describes how to set up a VB.NET environment to work with the InterFAX Web service and send ASP.NET faxes using VB.NET. It includes creating a proxy class with the .NET SDK, compiling the proxy class, and referencing the proxy class.

For more general information, see Setting Up ASP.NET Environment.

If you are working with C#, learn how to set up your C# fax environment, or see the C# fax examples. Alternatively, see additional fax VB.NET or ASP.NET fax examples.

ASP.NET Fax - Setting Up Your Environment

To be able to send an ASP.NET fax, the basic concept is to generate an InterFAX 'Proxy' class, which exposes all the methods of the actual InterFAX Web service.

View the status of an ASP Fax in XML structure

How to view the status of an ASP fax, in XML structure.

Faxing a File (Sendfax Method)

ASP project files for faxing a file using SendFax method.

Faxing Text of any Character Set

ASP project files for faxing text of any character set.

Simple Fax Transmission from ASP(SendCharFax Method)

How to send a Simple Fax Transmission from ASP using SendCharFax method.

ASP Faxing Samples

Getting started with ASP

Prerequisites: SOAP Toolkit Version 3.0
To verify if the required software exists, use (on an ASP page):

<%
Dim X : Set X = Server.CreateObject("MSSOAP.SOAPClient30")
Response.Write "SOAP is available"
%>

In case it is not available, an error message will show.

Download MS SOAP Toolkit Version 3.0 from Microsoft's web site here

ASP.NET Fax - Simple Fax Transmission (VB.NET code)

This example demonstrates how to send a fax with ASP, using VB.NET (.aspx.vb extension).

The SendCharFax method allows you to send a basic, plain-text fax from ASP. Text is limited to be standard ASCII (no 8-bit characters), but can include HTML markup.

ASP.NET Fax Samples - Send Faxes with a Few Lines of Code

Need to send an ASP.NET fax? The InterFAX ASP.NET fax API lets you send faxes using only a few lines of ASP.NET code, with no installations.