Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
smtpop
  •  

  • MFrederickson
    started a topic File Attachment error with smtpop

    File Attachment error with smtpop

    Hello! I'm using smtpop to try and download an e-mail from the server. I haven't been able to get past the part in the code where it attempts to get the filename from the attachment (attach.FileNam e) This comes back as "". I was wondering what the issue was as I have *not* modified the source in any way.

    Here is my code:
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    ...
    See more | Go to post

  • Why am I getting an error saving an attachment using smtpop?

    Hi
    I'm using the GPL tool smtpop to read email from an account and save attachments to the server.

    I'm using the standard code as supplied in the help. An excerpt is shown below.

    The code reads the email OK but fails attempting to read the attachment.

    I get an error "Invalid character in Base-64 string" at
    Convert.FromBas e64String(attac h.Body);

    The file I am trying...
    See more | Go to post
Working...