Click here to Skip to main content
16,013,465 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
Is it possible to read and move a particular mail to a specified folder using c# with out using third party dll,I am able to implement the same using third party dlls, and i want to implement using my own code,can any one help me here, I have done lot of search on google which did not yield me any result.

Thank in advance.
Posted
Updated 26-Sep-13 23:32pm
v3
Comments
Richard MacCutchan 27-Sep-13 7:04am    
Yes it is possible, but you will have to re-write all the classes and methods that are provided by the third-party libraries.
Santhosh Kumar 27-Sep-13 7:17am    
HI Richard
Thanks for your reply, can you provide me any link if possible so that i would try to my best to write the code.
Richard MacCutchan 27-Sep-13 7:56am    
Sorry, I don't know; you probably need to look at the DLLs, or use Google to search for appropriate links.

Hi all
Thanks for your valuable reply
I found my solutions here http://mailsystem.codeplex.com/[^]
 
Share this answer
 
v2
You may analyse and try to rewrite the following open source tools:

IMAP-Client-library-using-C[^]
https://mailsystem.codeplex.com/[^]
https://imapx.codeplex.com/[^]
https://github.com/smiley22/S22.Imap[^]
https://github.com/andyedinborough/aenetmail[^]

You should keep in mind that these are rather large libraries and it may be a tedious task to recreate them.
 
Share this answer
 
Comments
Santhosh Kumar 27-Sep-13 10:14am    
Hi sir
Thanks for your valuable reply
I found my solutions here http://mailsystem.codeplex.com/[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900