Here's the scoop . . .
I'd like to be able to write a component that can be accessed by a web
page that will allow the user to click a button and send the current page
he/she is viewing via email as an attachment.
I don't want the web page embedded in the body of the email message nor do
I simply want a hyperlink to the web page. The ideal goal is this: The
user clicks the "email this page" button; MS Outlook opens a new mail
message with the current web page attached to this email message. If this
is NOT possible the alternative goal would be to have the attachment sent
from the web server using CDONTS, thus bypassing MS Outlook altogether,
yet still having the current web page sent as an attachment.
Any suggestions would be much appreciated.