Monday, December 14, 2009

Modified Koolwired Imap Project Asp.Net

I found small problem in the koolwired.imap project i.e. returning null value for data of the attachment.
_Message.BodyParts[BodyPartNumber].Attachment is true and even thought the attachment contains some data then _Messa
ge.BodyParts[BodyPartNumber].Data is null.

I fixed this problem, you can download the sample console application using this link :
Click here


I implemented the methods for save attachment and open attachment int ImapAttachment Class.

Output of the sample project :