Write your own SFTP server in C#

  |   Martin Vobr

Why would anyone want to write their own SFTP server? Why not choose one of many existing SFTP servers, you may ask. Why Some of reasons for not using a ready-made SFTP server include: Simple installation. Just copy an .exe, run it, and see it ...

Processing Outlook .MSG messages

  |   Lukas Pokorny

Rebex MailMessage class was originally designed to work with e-mail messages in MIME format - this format is used by almost all Internet email transmitted via SMTP. However, MIME is far from being the only e-mail message format in existence. Microsoft's ...