473,394 Members | 1,785 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,394 software developers and data experts.

TABLE tags not being recognized by fax driver.

I have built a wep application that allows the the user
to send off a fax of the page they are viewing. Here is
the code behind the button.

Dim myOLApp As New Outlook.Application
Dim myOLItem As Outlook.MailItem

myOLItem = myOLApp.CreateItem
(Outlook.OlItemType.olMailItem)
myOLItem.BodyFormat =
Outlook.OlBodyFormat.olFormatHTML
With myOLItem
.To = GetFax()
.Subject = GetSubject()
.HTMLBody = TestBody()
.CC() = GetCC()
.Send()
End With

'cleanup
myOLApp = Nothing
myOLItem = Nothing

Everything works great, except it will not the recognize
some of the HTML tags when it faxes the HTML body string
out. It recognizes most of the HTML but not those tags.
Does anyone have an idea of what is going on, and could
give me a hand.
Nov 20 '05 #1
4 1320
Cor
Hi Todd,
May I ask you from where is the fax sended, from your server or from the
client?
Cor
Nov 20 '05 #2
The fax is being sent by the server using the Microsoft Shared Fax
service on Windows 2000 server.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #3
The fax is being sent by the server with Microsoft Shared
Fax Service.
-----Original Message-----
Hi Todd,
May I ask you from where is the fax sended, from your server or from theclient?
Cor
.

Nov 20 '05 #4
Cor
Todd,
Why do you than not use direct the text from the textcontrols in you VB.net
code.
This looks a mix between vbscript and code?
I only did look at the filling of the message.
Dim myOLApp As New Outlook.Application
Dim myOLItem As Outlook.MailItem myOLItem = myOLApp.CreateItem (Outlook.OlItemType.olMailItem) myOLItem.BodyFormat = Outlook.OlBodyFormat.olFormatHTML
With myOLItem
.To = textboxGetFax.text 'the webcontrol on the webform
.Subject = textboxGetSubject.text
.HTMLBody = textboxTestBody.text
.CC() = textboxGetCC.text .Send()
End With 'cleanup
myOLApp = Nothing
myOLItem = Nothing Maybe that is impossible, but I putted the code in to overcome an extra day.
I hopes this helps a little bit.
Cor
"Todd Miller" <su***********@dream4jung.com> schreef in bericht
news:04****************************@phx.gbl... The fax is being sent by the server with Microsoft Shared
Fax Service.
-----Original Message-----
Hi Todd,
May I ask you from where is the fax sended, from your

server or from the
client?
Cor
.

Nov 20 '05 #5

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

Similar topics

10
by: C Williams | last post by:
Hi, In a nutshell, my question is: how do i make a dll that I compile from vb.net code register and work like one compiled as an ActiveX dll in VB6? The IDE of my copy of visual basic.net does...
10
by: BuddhaBuddy | last post by:
Platform is DB2/NT 7.2.9 The table was created like this: CREATE TABLE MYTEST ( MYTESTOID bigint not null primary key, FK_OTHEROID bigint not null references other, FK_ANOTHEROID bigint not...
1
by: leon | last post by:
Hi all, I have an .mdb file (access database) which has been set to table level locking (i.e. not just records in question, but the whole table). The database is also in sharing mode (ie. not...
8
by: Will Pittenger | last post by:
I have a Windows program C# .NET solution where when I update its XML documentation, some tags are not recognized and turned into the corresponding HTML. Those tags include <c>, <code>, <para>,...
3
by: Bob | last post by:
I need to create a program that is essentially a special fax sender using multi line Dialogic cards. I figure that the best way to do this so that it can be used from any app is to create someting...
5
by: fjanon | last post by:
Hi, I went through the HTML spec without finding the description of what the browsers behavior should/must be regarding tags or attributes they don't understand. I did a quick experiment like...
2
by: =?Utf-8?B?anVuaW9yLWdlZWtldHRl?= | last post by:
I have seen similar questions posted here but no result for my situation so here goes. I have a fairly new Maxtor OneTouch III Turbo Terabyte external drive (raid) and a new Dell 690 Precision...
3
by: planethax | last post by:
I have multiple arrays that I need to insert/update database and I am not sure how to start, I think I need to use the "foreach" statement and also not sure whether or not to serialize and...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.