Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
QuestionProblem Sending mail from C# Pin
coolestCoder15-May-06 20:44
coolestCoder15-May-06 20:44 
AnswerRe: Problem Sending mail from C# Pin
Corinna John15-May-06 21:35
Corinna John15-May-06 21:35 
GeneralRe: Problem Sending mail from C# Pin
V.V.Thakur15-May-06 22:11
V.V.Thakur15-May-06 22:11 
GeneralRe: Problem Sending mail from C# Pin
coolestCoder15-May-06 22:42
coolestCoder15-May-06 22:42 
GeneralSaving mail from C# Pin
NortonC15-May-06 22:44
NortonC15-May-06 22:44 
GeneralRe: Saving mail from C# Pin
coolestCoder15-May-06 22:55
coolestCoder15-May-06 22:55 
GeneralRe: Saving mail from C# Pin
NortonC15-May-06 23:12
NortonC15-May-06 23:12 
GeneralRe: Saving mail from C# Pin
coolestCoder16-May-06 0:31
coolestCoder16-May-06 0:31 
There is discussion on this same topic of serializing mail message class at http://www.csharp-station.com/ShowPost.aspx?PostID=11362[^].Please read it. I think it is too complex.

Otherwise you can manually save a MailMessage object by creating your own format. write a method to read all the necessary properties (you think) must be saved and write it to a file. Next time when you want that saved message just create a temporary mail message object and assign property values from the file. If you want security then just encrypt while you save the object and, ofcourse, decrypt before assigning the properties.

Anant Y. Kulkarni
GeneralRe: Problem Sending mail from C# Pin
coolestCoder15-May-06 22:40
coolestCoder15-May-06 22:40 
QuestiontheForm.InvokeRequired or theElement.InvokeRequired Pin
M-200015-May-06 20:24
M-200015-May-06 20:24 
AnswerRe: theForm.InvokeRequired or theElement.InvokeRequired Pin
Robert Rohde15-May-06 21:14
Robert Rohde15-May-06 21:14 
GeneralRe: theForm.InvokeRequired or theElement.InvokeRequired Pin
leppie15-May-06 22:21
leppie15-May-06 22:21 
AnswerRe: theForm.InvokeRequired or theElement.InvokeRequired Pin
leppie15-May-06 21:16
leppie15-May-06 21:16 
QuestionHow to block screen saver 's Pin
ranandbe15-May-06 20:15
ranandbe15-May-06 20:15 
AnswerRe: How to block screen saver 's Pin
Cristoff15-May-06 23:49
Cristoff15-May-06 23:49 
QuestionAbout mobile application Pin
shamsh321015-May-06 20:11
shamsh321015-May-06 20:11 
Questionurgent c# and ASP.Net Pin
santoshD15-May-06 19:12
santoshD15-May-06 19:12 
AnswerRe: urgent c# and ASP.Net Pin
Christian Graus15-May-06 20:09
protectorChristian Graus15-May-06 20:09 
AnswerRe: urgent c# and ASP.Net Pin
J4amieC15-May-06 22:00
J4amieC15-May-06 22:00 
AnswerRe: urgent c# and ASP.Net Pin
ranandbe16-May-06 0:45
ranandbe16-May-06 0:45 
QuestionC# Pin
nrprasad15-May-06 18:35
nrprasad15-May-06 18:35 
AnswerRe: C# Pin
nrprasad15-May-06 18:39
nrprasad15-May-06 18:39 
AnswerRe: C# Pin
Christian Graus15-May-06 20:10
protectorChristian Graus15-May-06 20:10 
QuestionHow to enable Ctrl+C, Ctrl+V, Ctrl+X in a text box? Pin
karinya15-May-06 14:58
karinya15-May-06 14:58 
QuestionClass of C++ to be used in C# Pin
clint198215-May-06 14:23
clint198215-May-06 14:23 

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.