Click here to Skip to main content
15,915,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dlls Storage Pin
Steve Pullan27-Nov-05 12:51
Steve Pullan27-Nov-05 12:51 
GeneralRe: Dlls Storage Pin
Briga27-Nov-05 22:43
Briga27-Nov-05 22:43 
QuestionDataGrid in .Net Pin
inew25-Nov-05 19:31
inew25-Nov-05 19:31 
AnswerRe: DataGrid in .Net Pin
prathiba_naresh27-Nov-05 22:40
prathiba_naresh27-Nov-05 22:40 
Questionmovie creation from images Pin
james197725-Nov-05 15:08
james197725-Nov-05 15:08 
QuestionHyperlinks Pin
Jkkenzie25-Nov-05 12:53
Jkkenzie25-Nov-05 12:53 
Questionredirect an email Pin
ESCOBAR@@@25-Nov-05 10:16
ESCOBAR@@@25-Nov-05 10:16 
AnswerRe: redirect an email Pin
Dave Kreskowiak26-Nov-05 7:15
mveDave Kreskowiak26-Nov-05 7:15 
This is hardly a very simple problem. If this is your first socket app, I think you've taken on a bit too much at once.

What you have to do is write your application as both a server AND a client, in essance, you're writing a proxy server that is both a POP3 client AND an SMTP server.

The client side of your application must talk to the real mail server, just like Outlook Express or any other email program. And YES, you still have to supply the username and password to this server. You'll have to download the emails and parse them up if you need to, then save them in some kind of local storage, again, just like any other email app.

Now, the server side is where your application gets a bit more complicated. You'll have to implement an SMTP server so your normal email application can pick up the email from your app. This means you'll have to read up on this type of server to find out what commands you have to supply support for.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionCrashes with soft reset Pin
utservoalius25-Nov-05 9:45
utservoalius25-Nov-05 9:45 
QuestionI need some hints about sqlcommand Pin
y_mmohd25-Nov-05 1:19
y_mmohd25-Nov-05 1:19 
AnswerRe: I need some hints about sqlcommand Pin
dptalt25-Nov-05 2:12
dptalt25-Nov-05 2:12 
GeneralRe: I need some hints about sqlcommand Pin
y_mmohd25-Nov-05 4:08
y_mmohd25-Nov-05 4:08 
GeneralRe: I need some hints about sqlcommand Pin
Colin Angus Mackay25-Nov-05 4:27
Colin Angus Mackay25-Nov-05 4:27 
AnswerRe: I need some hints about sqlcommand Pin
y_mmohd25-Nov-05 20:18
y_mmohd25-Nov-05 20:18 
QuestionHow to play voice recorded as byte format? Pin
WhineyGrace24-Nov-05 20:38
WhineyGrace24-Nov-05 20:38 
QuestionMAC address retrieval Pin
abhinish24-Nov-05 18:54
abhinish24-Nov-05 18:54 
AnswerRe: MAC address retrieval Pin
Briga24-Nov-05 22:15
Briga24-Nov-05 22:15 
AnswerRe: MAC address retrieval Pin
Dave Kreskowiak25-Nov-05 6:36
mveDave Kreskowiak25-Nov-05 6:36 
GeneralRe: MAC address retrieval Pin
abhinish25-Nov-05 18:32
abhinish25-Nov-05 18:32 
GeneralRe: MAC address retrieval Pin
Dave Kreskowiak27-Nov-05 15:24
mveDave Kreskowiak27-Nov-05 15:24 
GeneralRe: MAC address retrieval Pin
abhinish28-Nov-05 18:49
abhinish28-Nov-05 18:49 
AnswerRe: MAC address retrieval Pin
GregRH16-Dec-05 13:01
GregRH16-Dec-05 13:01 
GeneralRe: MAC address retrieval Pin
abhinish16-Dec-05 18:06
abhinish16-Dec-05 18:06 
QuestionHand Cursor in .NET Pin
marclile24-Nov-05 17:26
marclile24-Nov-05 17:26 
AnswerRe: Hand Cursor in .NET Pin
Christian Graus24-Nov-05 17:53
protectorChristian Graus24-Nov-05 17:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.