Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-09-11 : 14:06:09
|
| Manoj Verma writes "Hi i m having a problem while attaching URL to my mail through sql.my requirement is that i want to send an image as an attached url. i m sending the text in HTML format and setting BodyFormat and HTMLFormat properties to 0. now i have some body message. if i attatch an image file using attachfile then it shows that image at the end(means after the body of message) and i want to show it before the body message thats why i want to use AttachURL but it does not seem to be working.ne suggessions r most most welcomethanx in advance" |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-09-11 : 14:55:08
|
| What email technique are you using? CDO SYS? CDONTS? ASPMail? Other?If you know the URL, then why don't you just include that text in the body of the message instead of using "AttachURL".? |
 |
|
|
|
|
|