Link to home
Start Free TrialLog in
Avatar of jamestieman
jamestieman

asked on

How do I use VB2005 to get email and save the attachment to a specific folder?

I want to create an email account that's soul purpose is to receive emails from people in our accounting dept.  The email will have a PDF attachment called something like BalanceSheet_CompanyNo123_200904.PDF.  I need to put it in the appropriate folder.  In this case: ...\CompanyNo123\2009\04\BalanceSheet_CompanyNo123_200904.PDF.  Then I will create a web application that based on the login will show links to the reports the user has access too.
Avatar of MogalManic
MogalManic
Flag of United States of America image

Are you using a POP email server, IMap email server or Exchange?

If it is an exchange server then you can use Office Interop solution and talk to the Exchange API directly.

Avatar of jamestieman
jamestieman

ASKER

It is a POP server.
I purchase a new server with Windows 2003 Server software and SS2005 to hold the files and database.   The app will get the mail, save the attachment and record the location in the database.  The database will also be used to determine who has access to what reports based on login.
ASKER CERTIFIED SOLUTION
Avatar of MogalManic
MogalManic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
These will get me headed in the right direction. Thanks.