M
Mike Caputo
I'm setting up an auto e-mailer in VB.NET to send daily reports to clients.
I have the main part of that all set, but there are a couple of things I'm
not quite sure on:
1) I'll be sending about 10-20 reports, and am not quite sure how to queue
them. The reports are anywhere from 500K to 3MB, so I imagine this is
fairly important. Does the SMTPMail object handle this automatically, or do
I need to implement something to wait for each message to be sent?
2) I'd like to be able to put Excel-type formatting into the body of the
e-mail without actually going through Outlook Express... I'm pretty sure I
can figure out how to create the Excel sheets I need to create through the
Excel object model, but I'm not sure how to transfer that over to the body
of the e-mail without using Excel's integration with OE.
Any suggestions would be greatly appreciated.
Mike
I have the main part of that all set, but there are a couple of things I'm
not quite sure on:
1) I'll be sending about 10-20 reports, and am not quite sure how to queue
them. The reports are anywhere from 500K to 3MB, so I imagine this is
fairly important. Does the SMTPMail object handle this automatically, or do
I need to implement something to wait for each message to be sent?
2) I'd like to be able to put Excel-type formatting into the body of the
e-mail without actually going through Outlook Express... I'm pretty sure I
can figure out how to create the Excel sheets I need to create through the
Excel object model, but I'm not sure how to transfer that over to the body
of the e-mail without using Excel's integration with OE.
Any suggestions would be greatly appreciated.
Mike