I have written a VB6 program that does the following:
1. Created an Outlook object
2. Allocates recipient email address, subject, etc.
3. Reads the HTML code of a Web Page and allocates this to the body of the email
4. Automatically send the email to the recipient.
PROBLEM:
When the email is recieved, the recipient sees the email body as raw HTML text. That is, allocating the HTML code to the email body simply treats it as text and NOT as a web page. (I know how to include the Web page as an attachment - but I want the Web Page to appear as the BODY of the email).
QUESTION
How can I allocate a Web Page to the body of an email in VB6 so that the recipient sees the Web Page rather than the underlying HTML code?
Your help in this would be most appreciated.
Jingz
1. Created an Outlook object
2. Allocates recipient email address, subject, etc.
3. Reads the HTML code of a Web Page and allocates this to the body of the email
4. Automatically send the email to the recipient.
PROBLEM:
When the email is recieved, the recipient sees the email body as raw HTML text. That is, allocating the HTML code to the email body simply treats it as text and NOT as a web page. (I know how to include the Web page as an attachment - but I want the Web Page to appear as the BODY of the email).
QUESTION
How can I allocate a Web Page to the body of an email in VB6 so that the recipient sees the Web Page rather than the underlying HTML code?
Your help in this would be most appreciated.
Jingz