Pop3Client Library

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sside
    New Member
    • Dec 2003
    • 475

    Pop3Client Library

    Pop3Client.dll v.1.0.0.0

    Functions:
    1. Connect
    2. Disconnect
    3. GetMailboxStats
    4. GetEmailStatsList
    5. GetEmailStats
    6. GetRawEmail
    7. GetRawEmailPart
    8. GetEmail
    9. GetHeader
    10. GetBody
    11. GetAttachmentCount
    12. GetAttachmentName
    13. GetAttachment
    14. DeleteEmail
    15. UnDeleteEmail
    16. GetUniqueEmailIdList
    17. GetUniqueEmailId
    18. GetError

    .Net 2.0 required.

    With Kind Regards
    sside
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5552

    #2
    i was just about to close my browser for the night and caught a glimps of the title of this post and immediately changed my mind,

    This i have to try, like right now

    Thanks sside :yes im sure this will go down a storm
    Embrace change in your life, you never know, it could all work out for the best

    Comment

    • sside
      New Member
      • Dec 2003
      • 475

      #3
      You are welcome RizlaUK, i hope i have helped a bit.

      With Kind Regards
      sside

      Comment

      • Dermot
        Indigo Rose Customer
        • Apr 2004
        • 1791

        #4
        Excellent. Works like a charm. Thank you very much.
        Dermot

        I am so out of here :yes

        Comment

        • longedge
          Indigo Rose Customer
          • Aug 2003
          • 2498

          #5
          Yes thanks very much :yes

          Comment

          • sside
            New Member
            • Dec 2003
            • 475

            #6
            Dermot, longedge you're welcome. I appreciate it.

            With Kind Regards
            sside

            Comment

            • sside
              New Member
              • Dec 2003
              • 475

              #7
              This is an updated version of Pop3Client.dll (the version remains the same).

              Added:
              1. RaiseLogEvent
              2. RaiseProgressEvent
              3. GetLog
              4. GetProgress

              Fixed:
              1. GetAttachment

              Notes:

              RaiseLogEvent, GetLog
              You will be able to get the server response if you choose so.

              RaiseProgressEvent, GetProgress
              Get the progress of the e-mail download if you choose so.

              GetAttachmentName, GetAttachment
              Now use 1 base index (unlike 0 base index at the previous download).

              GetAttachment
              In some occasions was saving the files as base64 string. Now fixed.

              The ams5 project shows how to get the server response and the attachments as well.

              .Net 2.0 required

              With Kind Regards
              sside

              Comment

              Working...
              X