B
Bernie Yaeger
I know how to attach a document to an email inside vb .net with
msg.attachments.add("c:\ppp.txt")
However, is there a way to attach files via wildcards - eg, c:\p*.txt to get
c:\ppp.txt and c:\ppw.txt? I tried it directly but got an unrecognized cast
error.
Thanks for any help.
Bernie Yaeger
msg.attachments.add("c:\ppp.txt")
However, is there a way to attach files via wildcards - eg, c:\p*.txt to get
c:\ppp.txt and c:\ppw.txt? I tried it directly but got an unrecognized cast
error.
Thanks for any help.
Bernie Yaeger