EZ E-Mail .NET API 2.2.0 Download

fyxm network: our download portal - Softliste.de
EZ E-Mail .NET API
        Bookmark and Share
  • Name:EZ E-Mail .NET API
  • License:Freeware
  • Developer:Get-A-Code-Monkey.Com
  • Downloads:87
  • Rating:2 / 5
  • OS:Windows All
  • Size:13 KB
  • D.M.C.A. 
  • Download > 

EZ E-Mail .NET API 2.2.0

EZ E-Mail .NET API 2.2.0 Description:

EZ E-Mail .NET API is a component which helps developers to create applications that require to send emails.

The following assembly allows developers to send email (via SMTP) and recieved email via (POP3). This is a simple interface intended for both complex enterprise solutions and at home solutions.

Programmatically read messages in an POP3 mailbox.
class Program
{
static void Main(string[] args)
{
String POPServer = "pop3.myserver.com"; // The name of my mail server
String userName = "codemonkey@myserver.com"; // Your email address
String passsword = "myPassword"; // Your password

Pop3Manager manager = new Pop3Manager();
using (IPop3Connection conn = manager.Connect(POPServer, userName, password))
{
IList l =conn.List();
foreach (Pop3Summary msg in l)
{
Console.WriteLine(msg);
Pop3Message msgFull = conn.Retrieve(msg);
Console.WriteLine(msgFull.Message); // prints out the entire message
}
}

Console.ReadLine();
}
}
2. Programmatically send emails using SMTP.
using System;
using System.Collections.Generic;
using System.Text;
using SMTP;

namespace ExecutableProject
{
class SMTPExample
{
private static String SMTP_SERVER = "smtp.server.com";

public static void Main(string[] args)
{
SMTPSender sender = new SMTPSender(SMTP_SERVER);

String from="me@get-a-code-monkey.com"; //The from email address
String to="myCoWorker@get-a-code-monkey.com"; //The to email address

String emailSubject="Check it out!";

String emailBody="Check out this new Get-A-Code-Monkey.Com assembily to send email!";

sender.SendEmail(from,
to,
emailSubject,
emailBody
);
}
}
}

Related searches:

api - api documentation - betfair api

EZ E-Mail .NET API security information

You cannot download any crack or serial number for EZ E-Mail .NET API on this page. Every software that you are able to download on our site is legal. There is no crack, serial number, hack or activation key for EZ E-Mail .NET API present here. Our collection also doesn't contain any keygens, because keygen programs are being used in illegal ways which we do not support. All software that you can find here is freely downloadable and legal.

EZ E-Mail .NET API installation package is prepared to be downloaded from our fast download servers. It is checked for possible viruses and is proven to be 100% clean and safe. Various leading antiviruses have been used to test EZ E-Mail .NET API, if it contains any viruses. No infections have been found and downloading EZ E-Mail .NET API is completelly problem free because of that reason. Our experts on malware detection tested EZ E-Mail .NET API with various spyware and malware detection programs, including fyxm.net custom malware and spyware detection, and absolutelly no malware or spyware was found in EZ E-Mail .NET API.

All software that you can find on our servers, including EZ E-Mail .NET API, is either freeware, shareware or open-source, some of the software packages are demo, trial or patch versions and if possible (public domain licence), we also host official full versions of software.

Because we want to be one of the fastest download sites on the web, we host all the software including EZ E-Mail .NET API on our servers. You cannot find here any torrents or download links that would lead you to dangerous sites.

Fyxm.net does support free software, however we do not support warez or illegal downloads. Warez is harming producers of the software.

Enjoy!

Rate EZ E-Mail .NET API 2.2.0!

Rating: 1.7/5 (11 votes cast)

Similar Programs License Size Rating  
Mail Them 2.0 Freeware 829 KB 2 / 5
YL Mail Man Shareware 2.8 MB 2 / 5
Mail.dll Demo 663 KB 2 / 5
Web Mail Freeware 826 KB 2 / 5
A-Mail Freeware 85 KB 2 / 5
FYXM.net - We have everything! If not - please do contact us here.