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 _Message.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 :
_Message.BodyParts[BodyPartNumber].Attachment is true and even thought the attachment contains some data then _Message.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 :