Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help regarding timer control Pin
Martin#9-Aug-07 2:53
Martin#9-Aug-07 2:53 
GeneralRe: Help regarding timer control Pin
anu819-Aug-07 3:27
anu819-Aug-07 3:27 
GeneralRe: Help regarding timer control Pin
Martin#9-Aug-07 3:35
Martin#9-Aug-07 3:35 
AnswerRe: Help regarding timer control Pin
kubben9-Aug-07 6:06
kubben9-Aug-07 6:06 
QuestionCOM in C# Pin
Stevo Z9-Aug-07 1:30
Stevo Z9-Aug-07 1:30 
Questioncomparing image Pin
Xmen Real 9-Aug-07 1:26
professional Xmen Real 9-Aug-07 1:26 
AnswerRe: comparing image Pin
kubben9-Aug-07 1:50
kubben9-Aug-07 1:50 
QuestionSSL in Pop3 connection Pin
DKalepu9-Aug-07 1:16
DKalepu9-Aug-07 1:16 
Hi All,

I am trying to develop POP3 application in C# and have successfully managed to create a connection with POP3 server on port 110. here is the sample code ihv written for this:

Server = new TcpClient(POPServ.Text, 110);
NetStrm = Server.GetStream();
RdStrm = new StreamReader(NetStrm);


Inorder to retrieve messages from a service such as Gmail, i need to enable the SSL. I don't want to use any pre-built component. Is it possible to use SSL functionality without using any 3rd party components?? if so, could anyone please assist me on this...

Meanwhile, I have tried to connect to gmail server using the port 995. Its connected successfully, but my application getting hanged at particular line of code: (bolded below)

Server = new TcpClient(POPServ.Text, 995);
NetStrm = Server.GetStream();
RdStrm = new StreamReader(NetStrm);

plz help me on this issue...
Thanks in Advance.
AnswerRe: SSL in Pop3 connection Pin
m@u9-Aug-07 10:16
m@u9-Aug-07 10:16 
GeneralRe: SSL in Pop3 connection Pin
DKalepu9-Aug-07 19:24
DKalepu9-Aug-07 19:24 
QuestionMSG Box Script Pin
kibromg9-Aug-07 0:51
kibromg9-Aug-07 0:51 
AnswerRe: MSG Box Script Pin
Colin Angus Mackay9-Aug-07 1:02
Colin Angus Mackay9-Aug-07 1:02 
AnswerRe: MSG Box Script Pin
N a v a n e e t h9-Aug-07 1:08
N a v a n e e t h9-Aug-07 1:08 
GeneralRe: MSG Box Script Pin
kibromg9-Aug-07 1:30
kibromg9-Aug-07 1:30 
GeneralRe: MSG Box Script Pin
N a v a n e e t h9-Aug-07 1:40
N a v a n e e t h9-Aug-07 1:40 
GeneralRe: MSG Box Script Pin
tonic_valan9-Aug-07 1:43
tonic_valan9-Aug-07 1:43 
GeneralRe: MSG Box Script Pin
kibromg9-Aug-07 3:14
kibromg9-Aug-07 3:14 
Questionediting inherited tablelayoutpanel Pin
cignox19-Aug-07 0:41
cignox19-Aug-07 0:41 
AnswerRe: editing inherited tablelayoutpanel Pin
il_masacratore9-Aug-07 0:59
il_masacratore9-Aug-07 0:59 
GeneralRe: editing inherited tablelayoutpanel Pin
cignox19-Aug-07 1:37
cignox19-Aug-07 1:37 
GeneralRe: editing inherited tablelayoutpanel Pin
il_masacratore9-Aug-07 3:33
il_masacratore9-Aug-07 3:33 
QuestionCell in Grid In type Combobox Pin
Thaer Hamael9-Aug-07 0:41
Thaer Hamael9-Aug-07 0:41 
QuestionDataGridView sort by 2 columns Pin
Dana Tov9-Aug-07 0:40
Dana Tov9-Aug-07 0:40 
QuestionGetting the parameter name from SQL server Pin
M. J. Jaya Chitra8-Aug-07 23:55
M. J. Jaya Chitra8-Aug-07 23:55 
AnswerRe: Getting the parameter name from SQL server Pin
Talal Sultan9-Aug-07 0:22
Talal Sultan9-Aug-07 0:22 

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.