Re: Send multiple attachment using a list box - WeOnlyDo Discussion board

Re: Send multiple attachment using a list box (General questions)

by wodDamir, Wednesday, August 04, 2010, 15:25 (5223 days ago) @ Nightwalker

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: