A general apprach is to get the referer
(Request.ServerVariable("HTTP_REFERER")) page and send it as a link. An
Alternate way would be to cache a copy of the page in HTML and insert the
cached copy into the body of the message.
BTW sending looks like this.
Dim obj_SMTPMessage As Mail.MailMessage = New Mail.MailMessage()
With obj_SMTPMessage
.Bcc = "(e-mail address removed)"
.Body = "THE BODY OF THE MESSAGE"
For loading the documents us a filestream to store it in the cache if it
doesnt exist.
For caching see ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconcacheapis.htm
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.