logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Tasos
    • Posted on Wed 14 Apr 2010

    Never mind. I found it. The solution is that you need to increment the "Content-Disposition" in the above line, by 1, for each new attachment, like this:

    dis = dis + 1

    Set mh = body.CreateHeader("Content-Disposition-" + Cstr(dis))

    Go figure...

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: