Weekly Email Sending Process

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks in advance for your interest in my posting!

My boss sends emails weekly to one of our clients. The emails are recieved
throughout the week and are from students from different schools in regards
to different job postings. Essentially these emails are moved, as they are
received, to folders separated by week and job type. Ex. Folder: W/O 02/17
has another folder containing - Software Internship. My boss will then on
friday send all resumes that were received during the week of 02/17 for the
intern position to our client. Each job would be sent separately. - Hope
this makes sense - I have used VBA in Access but never used it in Outlook.
Is it possible to automate this process?

Thanks in advance for your assistance!
 
Filing the incoming e-mails to various folders can be handled adequately by
the Rules Wizard. Auto-sending forwards of these e-mails will need to be
coded, so yes it is possible.

If you need some starting resources for Outlook VBA, this is an excellent
place to begin:

Visual Basic and VBA Coding in Microsoft Outlook:
http://www.outlookcode.com/d/vb.htm

If you need help for a more specific problem, come back here and post your
issue.
 
Back
Top