Attach Entire Folder Contents to Email?
Hey guys. I simply need to attach an entire folder to email. Is this possible using vb.net, or do you have to specify files? I have searched Google and can only find results related to VBA which don't fall within the right context.
To clarify, I am planning on specifying a path (string variable) then using " Dim attachFile As New Attachment(path)" to try to email the folder. The thing is, I just don't know the syntax for the path itself. If I set the path to C:\fftest\, it won't email the whole folder (or anything at all, error occurs). Same with C:\fftest. File permissions are fine.
Thanks!
Ryan
Re: Attach Entire Folder Contents to Email?
Er ... I'm not sure that that's possible in any way. Normally if you want to attach multiple files you'd do it as a zip file, surely?