how to send a e-mail with a annex automaticly

  • Thread starter Thread starter how to send a e-mail with a annex automa
  • Start date Start date
H

how to send a e-mail with a annex automa

dear all,

how to send a e-mail automaticlly, and the e-mail is just like the following:
1. the e-mail be with a annex. which is done from the other systerm, the
annex is PDF
2. different e-mail has different subject.
3. every e-mail has a normal main body.

please help to answer above question.

thank you and best regards.

yini
 
For creating an email see the CreateItem function. You can set its Subject
property, add recipients to its Recipients collection, and add attachments
to its Attachments collection. You can find each mentioned property in the
VBA help file with code examples.

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
<http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 12 Jan 2010 22:27:01 -0800 schrieb how to send a e-mail with a annex
:
 
dear,

thank you for your replying early. but i just wanna know that how to send a
e-mail automaticlly instead of creating.

thank you
 
Back
Top