I'm using asp.net/vb.net. I have code which dynamically generates a mailto link, complete with the email address, subject, body, etc....
In the database users table I have some fields, Signature, LogoFile and LogoFileName. I want to manually append this, if possible, to the body. In effect it's an auto signature.
No problem when it comes to the actual text, Signature. But, how can I get the mailto link to somehow show/reference the logo image in the body? The actual image is stored IN the database. Of course, if the file was on a webserver I could just reference the url. But, in this case it's not stored on the file system.
Any ideas would be appreciated. Thanks!