is this even possible

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

Guest

hey all,

is there a way to automatically go into my outlook, look for a specific
subject line, and extract the attached file to a location (i.e. desktop).

thanks,
rodchar
 
Hi Rodchar,
I have done that with Access using VBA. So answer with Dot Net is also Yes

You need to reference Outlook and work through the Outlook Object Model.
I did it some years back with Outlook 97. Since then Outlook security has
been tightened but that should only restrict sending.

Have a look on the MS Developer Network.
One problem that I ran into was attachments with the same file name.
Some old articles ID Q182614, Q180981.
Dot Net will vary somewhat and the Outlook Object Model will probably have
changed a bit.

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

is this even possible? 4
wondering if this is possible... 4
temp directory 3
how should i do this? 7
moving the form 7
line replacing ideas 3
only letters or numbers 3
array in dataset 4

Back
Top