![]() |
|
|
| Welcome | User Tools | Developer Tools | Prices | Help | Sign up | Login |
| Overview | Web Service | Email Interface | COM Object | Forum | Developer Registration |
| You are here:
Home > Developer Tools > Fax Web Service > Samples > VB.NET - Simple Fax
Transmission |
||
Fax Web Service Code SampleVB.NET - Simple Fax Transmission (Sendfax Method)Download the VB.NET project files.
Dim oSF As New interfax.InterFax() 'Reference to the Interfax Web Service
Object Dim lngResult As Long Dim b() As Byte 'holds binary data read from a Word file ' ' Invoke the Sendfax method ' lngResult = oSF.Sendfax("MyUsername", "MyPassword", "+1-212-3456789" , b, "DOC") ' ' Check the status ' If lngResult > 0 Then 'Else 'End If |
||
| About | Contact | Privacy | Terms | Partners | Login | System Status © Interfax Inc |