473,412 Members | 3,471 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Sending faxes using CDO

Hi folks! :O)

1. as any one tried something like this and got it to work properly ?

only a sample on how it should work, given the few samples i found on the
web :
'***
Dim mm As MailMessage = New MailMessage

mm.From = "ya*************@hotmail.com"
mm.To = "[fax:6827051]"
mm.Subject = "test fax"
mm.Body = "some test fax"

SmtpMail.SmtpServer = "my.smpt.server.address"
Try
SmtpMail.Send(mm)
Catch ex As Exception
Console.WriteLine(ex.ToString())
End Try

Me.Close()
'***

we did it in VB6 using the CDO.Message object... (except the TO field was
given in this format [phone_number@domain]) (this format doesn't work either
in .NET)

2. I've also thought of using an other way, like using the Windows Fax
Service using COM Interop. The problem is that I don't seem to have this on
my computer.. plus my computer is not the fax server.
Given those facts, how can i use this component from my computer ?

--
Best Regards
Yanick
Nov 22 '05 #1
0 790

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Zoury | last post by:
Hi folks! :O) 1. as any one tried something like this and got it to work properly ? only a sample on how it should work, given the few samples i found on the web : '*** Dim mm As MailMessage...
5
by: Benny | last post by:
Hi, Is there a script/compoenent which can capture Faxes and store that in a DB using a unique ID? Any help will be greatly appriciated. Thanks, Benny
4
by: Andy Rigby | last post by:
I'm setting up a small network of 3 WinXp Pro machines and a shared Access database. I need to be able to send faxes from the copy of Access that's running on any of the machines, using VBA. ...
0
by: irfan | last post by:
Hi there, I am trying to send a fax in C# using FaxCom.dll. Below is the code and it works fine. FAXCOMLib.FaxServerClass fsc = new FAXCOMLib.FaxServerClass (); fsc.Connect("MyMachineName");...
1
by: sergi | last post by:
Hello... I need to know how could I send / receive / manage (in my pc) faxes... It should be as a scheduler of the faxes, but I don't know how to start, because I'm not a vb programmer, but my...
2
by: Filips Benoit | last post by:
Dear All, I need to send faxes from Access to some companies that doesn't have a computer (!) or some that prefer receiving a fax. On Friday-evening a routine should send a ToDo-list for the...
1
by: Bill Nguyen | last post by:
I installed Window Faxserver on a Win 2003. I'm looking for sample source codes to send/receive faxes programmatically in VB.NET Thanks Bill
0
by: Tammi | last post by:
Can Microsoft Shared FAX be set up to send FAXes from a .net web application? I'm thinking I can just install the FAX board and the appropriate FAX Service Provider software. Could I then just...
0
by: Noro | last post by:
Hello, I develop an ASP.NET 2.0 Intranet with a feature of sending messages through an Exchange Server 2003. For e-mails sending, all passes well. We have a Fax solution (RTEFAX) with Exchange...
1
by: need2know | last post by:
I've heard that it is possible to send a fax from your pc via a regular fax machine. Is it true? How would that work though? Just wondering. Wondering as well, i know XP comes with an option to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.