andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Can't save attachment when Pop3Client #104

Open Badduck opened 11 years ago

Badduck commented 11 years ago

Hi,

Some how I can't save using attachments via Pop3Client using the same code which worked using IMAP. When I call AE.Net.Mail.Attachment.Save function, it would just passthru without any errors. The attachment was not saved.

        ' Saving attachment into the temporary folder
        objAttachment.Save(strTemporaryFile)

I have checked the attachment object and it to have content. What else can be wrong? Please help.

Regards, Badduck