TestEmailWithManyManyAttachments
You want to send 10 or more files using your VB program but you always get an error, well not any more, here is the solution. Enjoy! Original Author: Demetrios Pyrenis Assumptions MAPISession control, MAPIMessages control Returns nothing Side Effects I dont think so! Code ”” mapSess = MAPISession Control’ mapMess = MAPIMessages Control”private sub TestEmailWithManyManyAttachments()dim Attachments() as stringdim… Read More »