Hello,
Just try following code to send multiple attachments
dim attachment as string() ' Declare one string array
attachment =strAttachment.Trim().Split(","c) 'Here strAttachment is the string ofl attachment path separated by coma (",")
Mail.SendMail(strFrom, strTo, strSecEmailId, strBcc, strReplyTo, MailPriority.Normal, strSubject, objBodyformat, strBody , attachment , strSMTPServer, strSMTPAuthentication, strSMTPUsername, strSMTPPassword, False)
I tried and it is working fine.
Regards,
Leo TechnoSoft Pvt. Ltd.
http://www.leosys.in
dnn@leosys.in