Processing incoming email

  • Thread starter Thread starter Dorian C. Chalom
  • Start date Start date
D

Dorian C. Chalom

I am looking for a routine to process incoming emails.
What it needs to do is to save the attachments to a folder and then forward
them to another user.

Can someone please help?
 
Thank you Ken....

I thought I would just send you the full scope of the problem to see if
you could help me.

eMail comes into this certain account

Read the last name of the person, which is in the body of the eMail

The eMail may have links in it.
Open the links
Save the documents to a folder
the folder name made up of the last name and a case number
the case number is on the subject line

Depending on the first letter of the last name crate an email to go to a
certain person.
With the last name and case number in the subject line
Attaching the documents that you down loaded


Thank you if you can....
 
And your question is?

I would suggest if you are completely unfamiliar with Outlook coding that
you either get a beginner's programming book for Outlook (I recommend Sue
Mosher's book) and that you start looking over the material at
www.outlookcode.com (Sue's book is featured there). That way you can see how
to parse out the information you need from your data sources. Once you have
parts of your code working you can post it here or in the forms group if you
are doing forms code and people will help you with the parts that are giving
you problems.

Please post parts of the preceding thread in your posts to make it easier to
follow a thread. The interface you are using doesn't do that and it makes it
much harder to follow a thread.
 
Thank you.

Ken Slovak - said:
And your question is?

I would suggest if you are completely unfamiliar with Outlook coding that
you either get a beginner's programming book for Outlook (I recommend Sue
Mosher's book) and that you start looking over the material at
www.outlookcode.com (Sue's book is featured there). That way you can see how
to parse out the information you need from your data sources. Once you have
parts of your code working you can post it here or in the forms group if you
are doing forms code and people will help you with the parts that are giving
you problems.

Please post parts of the preceding thread in your posts to make it easier to
follow a thread. The interface you are using doesn't do that and it makes it
much harder to follow a thread.
 
Back
Top