'add attachment
msg.AddAttachment (Server.MapPath("Media\BerlinSnow.jpg")
msg.AddCustomAttachment "phrases.txt","This is the first phrase" & VbCrLf & "And this is the second phrase" & VbCrLf
msg.AddURLAttachment "
If the client is using a web based form, you would have the clinet upload the file to the server. The page would receive the file and save to a specific location. You could then attach it to the outgoing email message with ...
msg.AddAttachment (Server.MapPath("uploads\" & filename & )) _______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.