Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: Polymorphism Pin
Michael J. Eber8-Sep-11 7:41
Michael J. Eber8-Sep-11 7:41 
GeneralRe: Polymorphism Pin
PIEBALDconsult8-Sep-11 14:22
mvePIEBALDconsult8-Sep-11 14:22 
QuestionC# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
Saksida Bojan3-Sep-11 23:12
Saksida Bojan3-Sep-11 23:12 
AnswerRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
BobJanova4-Sep-11 23:11
BobJanova4-Sep-11 23:11 
GeneralRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
Saksida Bojan5-Sep-11 5:45
Saksida Bojan5-Sep-11 5:45 
GeneralRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
BobJanova5-Sep-11 5:51
BobJanova5-Sep-11 5:51 
Question8 directional chain code for monochrome images Pin
dookeybre3-Sep-11 16:03
dookeybre3-Sep-11 16:03 
AnswerRe: 8 directional chain code for monochrome images Pin
OriginalGriff3-Sep-11 21:19
mveOriginalGriff3-Sep-11 21:19 
GeneralRe: 8 directional chain code for monochrome images Pin
dookeybre3-Sep-11 21:21
dookeybre3-Sep-11 21:21 
QuestionDiscovering and Accessing IP Cameras Pin
AmbiguousName3-Sep-11 0:58
AmbiguousName3-Sep-11 0:58 
AnswerRe: Discovering and Accessing IP Cameras Pin
Abhinav S3-Sep-11 6:00
Abhinav S3-Sep-11 6:00 
QuestionEmail Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
bigz_10002-Sep-11 21:46
bigz_10002-Sep-11 21:46 
AnswerRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
Mehdi Gholam2-Sep-11 21:50
Mehdi Gholam2-Sep-11 21:50 
GeneralRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
bigz_10002-Sep-11 22:04
bigz_10002-Sep-11 22:04 
GeneralRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
Dave Kreskowiak3-Sep-11 8:40
mveDave Kreskowiak3-Sep-11 8:40 
GeneralRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
bigz_10004-Sep-11 0:10
bigz_10004-Sep-11 0:10 
AnswerRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
jschell3-Sep-11 10:39
jschell3-Sep-11 10:39 
Regarding the other post about connectivity.

A simple test for connectivity is the following at the command line.

telnet smtp.gmail.com 587

If the above succeeds you will get a cursor blinking waiting for you to type something (you don't need to type anything, you just need to have it waiting.)

If it doesn't work then it will say something like "connecting..." for a while and then tell you that it timed out, of failed to connect or some other error.

Notice that the above has nothing to do with C# or any other programming language. And until that work nothing you do in C# will make it work.

And I will note that I tried the exact line above and it worked for me. So the host and port are correct.
GeneralRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
bigz_10004-Sep-11 0:11
bigz_10004-Sep-11 0:11 
GeneralRe: Email Sender :the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Pin
Michael J. Eber8-Sep-11 7:47
Michael J. Eber8-Sep-11 7:47 
QuestionC#4.0 How Connect Crystal Report [modified] Pin
Ken H1232-Sep-11 21:10
Ken H1232-Sep-11 21:10 
AnswerRe: C#4.0 How Connect Crystal Report Pin
Abhinav S2-Sep-11 21:28
Abhinav S2-Sep-11 21:28 
AnswerRe: C#4.0 How Connect Crystal Report Pin
Vijjuuu.3-Sep-11 1:53
Vijjuuu.3-Sep-11 1:53 
GeneralRe: C#4.0 How Connect Crystal Report Pin
Ken H1234-Sep-11 20:47
Ken H1234-Sep-11 20:47 
AnswerRe: C#4.0 How Connect Crystal Report Pin
palanidothis4-Sep-11 6:50
palanidothis4-Sep-11 6:50 
GeneralRe: C#4.0 How Connect Crystal Report Pin
Ken H1234-Sep-11 20:45
Ken H1234-Sep-11 20:45 

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.