using Rebex.Net;

Welcome to using Rebex.Net; Sign in | Help
in Search

Browse by Tags

All Tags » HOWTO » C#
  • HOWTO: Download all files from a remote FTP directory and save them to a local disk

    Quick & dirty (yet a bit naive) directory download code To download all files in a specified remote folder seems to be a trivial task at first. Calling Ftp.GetList(), iterating through the returned collection and caling Ftp.GetFile() on each item looks like a no brainer. It would work in simple cases. However, there are some caveats in this ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on June 2, 2009
  • HOWTO: Send mail on behalf of another user

    Question Many mail agents including Outlook support sending email from one user on behalf of another one. When you reply to such message, the response is sent to the user on whose behalf the message it was sent. One of the usage scenarios is a support group where emails are sent by each member on behalf of the whole group. A reply to any ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on December 10, 2007
  • HOWTO: Download emails from a GMail account in C#

    Summary The article shows how to connect to a Google Mail (aka GMail) mailbox, retrieve the message list and download the messages from your C# code using Rebex Secure Mail for .NET component. Setting-up GMail First, you have to enable POP3 access to your GMail mailbox: Go to Settings.Select ''Forwarding and POP'' tab.Enable POP for all mail or ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on May 14, 2007
Powered by Community Server (Personal Edition), by Telligent Systems