Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writting listview items to xml file Pin
rah_sin12-Jun-06 1:35
professionalrah_sin12-Jun-06 1:35 
QuestionProblem with TVM_GETITEM Pin
suguimoto12-Jun-06 0:44
suguimoto12-Jun-06 0:44 
QuestionFile Downloading - Help Please Pin
Andrew Mercer12-Jun-06 0:17
Andrew Mercer12-Jun-06 0:17 
QuestionDataGridView.SelectedRows to DataTable in C# Pin
peshawarcoder11-Jun-06 23:03
peshawarcoder11-Jun-06 23:03 
QuestionCrystal reports - Keycodev2.dll Pin
SysJey11-Jun-06 22:48
SysJey11-Jun-06 22:48 
Questionveryyyy urgent..............online status [modified] Pin
ayshamushtaq11-Jun-06 22:44
ayshamushtaq11-Jun-06 22:44 
QuestionEmail Management Pin
Tiger45611-Jun-06 22:17
Tiger45611-Jun-06 22:17 
AnswerRe: Email Management Pin
ahall@mirapoint.com12-Jun-06 7:40
ahall@mirapoint.com12-Jun-06 7:40 
Sounds like an email client program to me. ASP.NET or Native client?

Depends on the server, to be honest. Most support IMAP4 (which is described in RFC2060) or POP3 (which has many references). If you have the choice, go for IMAP4 - it's a more complex protocol, but has better support for things like search, sort, and multiple folders.

I believe I saw an IMAP4 component in the Articles for C#.

http://www.codeproject.com/cs/internet/imaplibrary.asp

There is also two different ones for POP3, and one specifically for Exchange. This gets the data from the server to your client. You can then use pretty much anything to display it.

The major problems you will come across are parsing MIME data (for attachments, HTML mail, etc.) and dealing with mail in some other language/character set that you don't know - for example, Thai, Chinese and Japanese all have multi-byte encodings that are a pain to deal with.
QuestionC# printing XML or txt File [modified] Pin
oskardiazdeleon11-Jun-06 21:15
oskardiazdeleon11-Jun-06 21:15 
QuestionConversion of DataGridView.SelectedRows to ... in C# Pin
peshawarcoder11-Jun-06 20:51
peshawarcoder11-Jun-06 20:51 
QuestionHow call events from another event Pin
ranandbe11-Jun-06 20:18
ranandbe11-Jun-06 20:18 
AnswerRe: How call events from another event Pin
stancrm11-Jun-06 20:27
stancrm11-Jun-06 20:27 
AnswerRe: How call events from another event Pin
engsrini11-Jun-06 20:46
engsrini11-Jun-06 20:46 
AnswerRe: How call events from another event Pin
Guffa11-Jun-06 21:07
Guffa11-Jun-06 21:07 
QuestionSend Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:18
Sushant Duggal11-Jun-06 20:18 
AnswerRe: Send Mail Without Using SMTP Server Pin
leppie11-Jun-06 20:29
leppie11-Jun-06 20:29 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:32
Sushant Duggal11-Jun-06 20:32 
GeneralRe: Send Mail Without Using SMTP Server Pin
stancrm11-Jun-06 20:36
stancrm11-Jun-06 20:36 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:39
Sushant Duggal11-Jun-06 20:39 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal12-Jun-06 0:55
Sushant Duggal12-Jun-06 0:55 
GeneralRe: Send Mail Without Using SMTP Server Pin
Dan Neely12-Jun-06 2:09
Dan Neely12-Jun-06 2:09 
GeneralRe: Send Mail Without Using SMTP Server Pin
Mr. VB.NET12-Jun-06 18:32
Mr. VB.NET12-Jun-06 18:32 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal13-Jun-06 1:49
Sushant Duggal13-Jun-06 1:49 
GeneralRe: Send Mail Without Using SMTP Server Pin
Mr. VB.NET13-Jun-06 12:43
Mr. VB.NET13-Jun-06 12:43 
QuestionUrgent reply required ,please Pin
Nafiseh Salmani11-Jun-06 20:10
Nafiseh Salmani11-Jun-06 20:10 

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.