Thursday, January 21, 2010

IMAP component C# dot net

You can use a IMAP component to implement this. As explained here 
http://www.codeproject.com/Messages/2504247/Re-Move-a-message-into-a-folder.aspx

The IMAP commands to accomplish it looks something like this:

UID COPY messageUID "new folder"
UID STORE messageUID +FLAGS (\Deleted)
EXPUNGE


Some popular IMAP components are:

Below one i am using for my development.

Download 3 rd party component from
http://www.lesnikowski.com/mail/
it will be download as .exe . Click to install to a specific directory . Latter add mail.dll in reference by browsing to installed lib directory .

Document is available here
http://www.lesnikowski.com/mail/documentation/




Code Formater

Paste Here Your Source Code
Source Code Formatting Options
1) Convert Tab into Space :
2) Need Line Code Numbering :
3) Remove blank lines :
4) Embeded styles / Stylesheet :
5) Code Block Width :
6) Code Block Height :
7) Alternative Background :
Copy Formatted Source Code
 
Preview Of Formatted Code