Tagged Questions

0
votes
0answers
38 views

What would be the result if i used two StreamReader.ReadLine() together each on in a seperate function

let's say Job function is running in its own thread and its activated. then i executed sendConfirm function to send a command to the server. where would i get the answer?what would sendConfirm returns ...
0
votes
2answers
213 views

How Can I Get The Email Sender Address

I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that will be replyed? Thanks.