R
Rich Locus
Access Group:
I would like to be able to read the text from a select Email Address in
Outlook and insert the message text into a Memo field.
I can think of two ways to accomplish this:
1) Have outlook create a text version of the message in a defined directory
each time an email is received in that account. I will then have Access look
for any new files (DIR command) and then read the text file, insert the text
into a MEMO field, and I'm good to go.
2) Include the Outlook library in References, and then use Outlooks's VBA
specific objects to read a specific account's email. When I retrieve the
message, then I will use Access's objects to copy the text and insert it into
the database.
Is anyone familiar with either approach 1 or 2?
Thanks,
I would like to be able to read the text from a select Email Address in
Outlook and insert the message text into a Memo field.
I can think of two ways to accomplish this:
1) Have outlook create a text version of the message in a defined directory
each time an email is received in that account. I will then have Access look
for any new files (DIR command) and then read the text file, insert the text
into a MEMO field, and I'm good to go.
2) Include the Outlook library in References, and then use Outlooks's VBA
specific objects to read a specific account's email. When I retrieve the
message, then I will use Access's objects to copy the text and insert it into
the database.
Is anyone familiar with either approach 1 or 2?
Thanks,