Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello .

I am developing a Desktop Application using VB.NET.

My Client has a deposit account in a Bank.

My Client Receive in his Email Account (Email Account in the website of his Bank) Every Operation made ( Input/Output of money ) .

In my application , I have a Table Called Bank_Situation in witch I save The operations of Input/Output of money made in his account and Calculate the Balance. But this is performed manually.


I want get these Emails from his account and Update my Table (Bank_Situation) Dynamically in my Desktop application.

Any one has an Idea ? ( In VB.NET or C sharp )
Thanks in Advance.
Posted
Comments
[no name] 18-Sep-13 10:52am    
You would need to check with the bank to see if they have an API or similar that you could use. We would have no idea since we don't know anything about this bank.
Member 10267912 18-Sep-13 11:16am    
My Client has an Email Account and a Password. Could we use this Email and password to access his Inbox from my application ? For example there would be a text box in witch you type The Bank Website or IP, a text box for the Email and a Third one for the password. Then A list box or a grid filled by the emails downloaded after clicking on button for retrieving Emails.
[no name] 18-Sep-13 11:29am    
I would have no idea if you could do that or not. I do not know anything about this bank you are talking about, what interface they use, how they store their email, what email server they use or anything else. You need to ask them about it not someone that does not know anything about their internal process.
Member 10267912 18-Sep-13 12:04pm    
I made researches I found that I need :
1- A POP3 server address for example in Yahoo it's: "pop.mail.yahoo.com" or "plus.pop.mail.yahoo.com".
2- It requires SSL connection on X port. For yahoo : The port is 995
3- Email address as the user name for user authentication.

So Do I need the POP3 Server and the SSL connection Port nnumber of the Bank's website ?
Member 10267912 18-Sep-13 11:20am    
At this moment I just need to download these Emails. After this done, I will try to figure out how to update my Bank_Situation Table in my application problematically using these Emails. I am not asking for a complete code , I need just hints that could guide me to achieve What I am looking for . Thanks for your comment :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900