- Product Information
- Discussion (0)
EZ E-Mail .NET API 2.2.0
- Name:EZ E-Mail .NET API
- License:Freeware
- Developer:Get-A-Code-Monkey.Com
- Downloads:77
- Rating:1 / 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:
java mail api - net api filenet - nokia net api - opc.net api - visa net api - barcode api net
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, 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!
| Similar Programs | License | Size | Rating | |
|---|---|---|---|---|
| Catalyst Internet Mail .NET | Trial | 3.6 MB | 4 / 5 | |
| MS Word Mail Merge Split Software to Divide Mail Merged Documents | Demo | 2 MB | 2 / 5 | |
| R-Mail Outlook Express Mail Recovery Software | Demo | 684 KB | 1 / 5 | |
| Mail Access Monitor for Merak Mail Server | Trial | 5.3 MB | 1 / 5 | |
| GMail Extract e-mail addresses from G-Mail Account | Shareware | 2 MB | 1 / 5 |
Related Programs
- 1
JAMon API
Coding > Other Coding Files221x - 2
IQFeed API
Coding > Components & Libraries159x - 3
Buddy API
Web Authoring > Authoring Related148x - 4
API Spy
OS > OS Miscellaneous137x - 5
Mail Access Monitor for Exim Mail Server
Network Tools > Network Monitoring123x - 6
3D Button API
Coding > SDK/DDK109x - 7
FMOD Ex API
Coding > Other Coding Files74x - 8
Eroiica API
Science / CAD55x - 9
Doc2Fax API
Coding > Other Coding Files43x - 10
C# Yelp API
n/a6x





