Hi Bob,
Thanks for using Microsoft MSDN Managed Newsgroup. My name is Peter, and I
will be assisting you on this issue.
First of all, I would like to confirm my understanding of your issue.
From your description, I understand that you wants to send simple text fax
in VB.NET.
Have I fully understood you? If there is anything I misunderstood, please
feel free to let me know.
I think .NET Framework did not have class to support fax. But you can use
the Microsoft Fax Service, which is COM object, you can access it easily
via COM Interop. You use the COM object by easier adding a reference to it
in the VS.NET IDE directly.
Calling COM Components from .NET Clients
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/callcomcomp.asp
Fax Service
http://msdn.microsoft.com/library/en-us/fax/faxportal_9nol.asp
The SDK also provide a VB6 Sample, you can port it to VB.NET easily.
SimpleFaxSendForm, which demonstrates how to send a fax using the
FaxDocument object
Fax Service Extended COM Samples
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxabou
t_2ckz.asp
Please Apply My Suggestion Above And Let Me Know If It Helps Resolve Your
Problem.
However, if the problem still persists, please post here.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.