Re: Send multiple attachment using a list box (General questions)
Hi,
If you have filenames in a listbox, then i don't see a problem. Why not simply loop thru each listbox item, and use attach method on it?
I.e:
For i=0 to listbox.count
wodSmtp1.Message.Attach listbox(i)
Next i
The code shown isn't an actual, but rather a concept, but I assume it shows what I mean.
Regards,
Damba
Complete thread:
- Send multiple attachment using a list box - Nightwalker, 2010-08-04, 15:11
- Re: Send multiple attachment using a list box - wodDamir, 2010-08-04, 15:25