Click here to Skip to main content
15,898,035 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
RantRe: how to connect to a remote system using ssh client Pin
freakyit20-Nov-09 0:44
freakyit20-Nov-09 0:44 
QuestionReport printing on dotmatrix printer Pin
smraj150319-Nov-09 20:17
smraj150319-Nov-09 20:17 
AnswerRe: Report printing on dotmatrix printer Pin
salkad200719-Nov-09 22:10
salkad200719-Nov-09 22:10 
QuestionAsking for mail reception confirmation with SMTPClient [Moved] Pin
FJJCENTU19-Nov-09 0:26
FJJCENTU19-Nov-09 0:26 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
AspDotNetDev19-Nov-09 0:33
protectorAspDotNetDev19-Nov-09 0:33 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
NormDroid19-Nov-09 0:36
professionalNormDroid19-Nov-09 0:36 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
Rama Krishna Vavilala19-Nov-09 1:54
Rama Krishna Vavilala19-Nov-09 1:54 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
AspDotNetDev19-Nov-09 1:14
protectorAspDotNetDev19-Nov-09 1:14 
While the above suggestions are all perfectly valid, you may want to consider calling Reflector programmatically with parameters for each version of the .Net Framework. This will give you the option of seeing what your options are for a variety of deployment scenarios.

Once you do that, you can then use Reflector to dynamically decompile System.Net.Mail into usable code which you can then modify to suit your needs.

One such modification you'll want to make sure you do before proceeding any further would be to create a hash structure so that you can easily ascertain whether or not you've already sent an email. Naturally, this hash structure should be built to serialize to the hard disk when memory consumption is too high. This will reduce your overall network overhead and improve your performance.

Trust me, your manager will thank you just for following those 3 simple steps.

Visual Studio is an excellent GUIIDE.

GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
Mycroft Holmes19-Nov-09 1:16
professionalMycroft Holmes19-Nov-09 1:16 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
AspDotNetDev19-Nov-09 1:19
protectorAspDotNetDev19-Nov-09 1:19 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
NormDroid19-Nov-09 1:33
professionalNormDroid19-Nov-09 1:33 
GeneralRe: Asking for mail reception confirmation with SMTPClient Pin
Mycroft Holmes19-Nov-09 2:10
professionalMycroft Holmes19-Nov-09 2:10 
QuestionConversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk18-Nov-09 23:36
Johnkokk18-Nov-09 23:36 
AnswerRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan18-Nov-09 23:48
mveRichard MacCutchan18-Nov-09 23:48 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk18-Nov-09 23:59
Johnkokk18-Nov-09 23:59 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk19-Nov-09 0:24
Johnkokk19-Nov-09 0:24 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
TheDudeJuan19-Nov-09 1:25
TheDudeJuan19-Nov-09 1:25 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan19-Nov-09 6:21
mveRichard MacCutchan19-Nov-09 6:21 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Luc Pattyn19-Nov-09 1:36
sitebuilderLuc Pattyn19-Nov-09 1:36 
AnswerRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Mycroft Holmes19-Nov-09 2:19
professionalMycroft Holmes19-Nov-09 2:19 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk19-Nov-09 4:42
Johnkokk19-Nov-09 4:42 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan19-Nov-09 6:20
mveRichard MacCutchan19-Nov-09 6:20 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Mycroft Holmes19-Nov-09 11:41
professionalMycroft Holmes19-Nov-09 11:41 
QuestionRead sms from any gsm mobile Pin
sanjay.gujarkar18-Nov-09 18:11
sanjay.gujarkar18-Nov-09 18:11 
AnswerRe: Read sms from any gsm mobile Pin
Ashfield19-Nov-09 1:35
Ashfield19-Nov-09 1:35 

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.