Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > C-Sharp > Email


Search:
What's New - What's Hot
Using Gmail Account to Send Emails  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Abdur Rehman Raza Khan - dontumindit      Rating:  
Read Reviews | Write Review |  Your Rating: 

The following piece of code will let you send email using the Google server. Just replace the network credentials with your Google user name and password....

Walkthrough: Displaying Custom Task Panes with E-Mail Messages in Outlook  Version: 0.00     Price: $0.00  
Total Hits: 39  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

This walkthrough demonstrates how to display a unique instance of a custom task pane with each e-mail message that is created or opened. Users can display or hide the custom task pane by using a button on the Ribbon of each e-mail message....

CFtpServer: A complete, fast, and reliable FTP server class     
Total Hits: 103  |  Today: 0Author: Poumailloux Julien      Rating:  
Read Reviews | Write Review |  Your Rating: 

FTP servers are great; they allow you to store data you want to save, remotely. However, most of the time, you have to install a lot of things on the remote computer: the FTP server itself, including, most of the time, dozens of files, their dependencies, etc....

Decoding the "Windows 1255" format     
Total Hits: 89  |  Today: 0Author: maor tzivony      Rating:  
Read Reviews | Write Review |  Your Rating: 

Usually, when you get Hebrew emails, the subject line is encoded in a strange way. After reading a lot of articles on the subject, I decided to rollout a decoding version of my own, which handles Base64 and plain encoding of Hebrew messages....

SMTP and POP3 Mail Server     
Total Hits: 76  |  Today: 0Author: Ivar Lumi      Rating:  
Read Reviews | Write Review |  Your Rating: 

The MailServerComponent implements POP3 and SMTP (core) servers. It Handles lowlevel POP3 and SMTP commands and raises events according to it. The MailServer service just handles MailServerComponent events and does mail retrieving and storing job....

Using Gmail Account to Send Emails  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Abdur Rehman Raza Khan - dontumindit      Rating:  
Read Reviews | Write Review |  Your Rating: 

The following piece of code will let you send email using Google server. Just replace network credentials with your Google user name and password....

Sending an Email in C# with or without attachments: generic routine.  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: OriginalGriff      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sending an email is not a real problem, but I am fed up with answering the question "How do I do it?" in Q&A . So, here is the generic routine I use to send an email, with or without attachments, so I can just point people at it!...

Set the time for E-Mail sending from your .NET Application  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: JavierJoung      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is just my first trial for C#. this program will let you send E-mail at certain time(with second). usually normal email sending timer with minutes. So I decided to make sending E-mail in exact time period. I hope this project can be useful for anyone....

C# .Net 2 - Smtp Email Component  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: Bertus Kruger      Rating:  
Read Reviews | Write Review |  Your Rating: 

EasyMail is an easy mailing component to sent e-mails using an SMTP client. All that you need to do is make sure that all of the SMTP setting is correctly configured.

This is only an example of how to send emails. To extend this component is very easy so I have left it up to the user to modify and improve it to your needs....

SMTP Stress Tool     
Total Hits: 116  |  Today: 0Author: Ivar Lumi      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses an SMTP stress tool to stress SMTP servers. It supports a generated message with fixed size and workload folder. Workload folder must contain *.eml files that the stress tool starts sending to destination server. The stress tool also includes an embedded SMTP server for testing computer SMTP throughput. There are some known limitations with XP SP2, it limits connection per second, so with small messages, the actual speed remains 60 msg/sec, and CPU usage is very low. It ju...

CFastSmtp - Fast and easy SMTP class...     
Total Hits: 78  |  Today: 0Author: Christopher W. Backen      Rating:  
Read Reviews | Write Review |  Your Rating: 

A real basic SMTP wrapper. I tried to find one, but I couldn't - so here is another one. It is fast and straight forward - just instantiate the class with a SMTP server and then set the sender email property and message body. The rest of the settings are pretty much optional. There are also a couple of nice utility functions for getting your local hostname and local ip address....

POP3 Library in C#     
Total Hits: 104  |  Today: 0Author: PramodKumarSingh      Rating:  
Read Reviews | Write Review |  Your Rating: 

POP3 Library is an implementation of POP3 protocol. This library supports attachments within the messages and uses delegates in C# to provide with all the necessary feedback to the user of the library....

Retrieve Mail From a POP3 Server Using C#     
Total Hits: 237  |  Today: 0Author: Agus Kurniawan      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I'll show you how to retrieve mail from POP server based on RFC 1725. To retrieve mail from POP server, I just follow rule of RFC 1725. You also can download that paper (RFC 1725)....

SMTP Login class     
Total Hits: 75  |  Today: 0Author: Benjamin L. Miller      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you are like me, you have found many SMTP classes and none have dealt with Auth Login. Those that do deal with Auth Login usually come with a fee. Using some java code that I found and the SMTP RFC , I have hashed together a very basic SMTP class that handles Auth Login....

Hotmail Exposed     
Total Hits: 79  |  Today: 0Author: Wouter van Vugt      Rating:  
Read Reviews | Write Review |  Your Rating: 

Hotmail is probably the most popular e-mailing facility found on the web today. Millions of people around the world use it for everyday communication with friends and relatives. The main reason for it�s popularity is the fact that you can use the service absolutely free of charge. Users are able to read their e-mails daily using a web interface and there is a client program available, called Outlook Express, which most people will only use at home. Only these two methods are officially av...

Custom GMail Vacation Auto-Responder     
Total Hits: 63  |  Today: 0Author: _Khallaf      Rating:  
Read Reviews | Write Review |  Your Rating: 

I'm a Systems Engineer who works in an Anonymous Company. My indirect supervisor (my boss's boss) wanted to have a custom GMail Vacation Auto-Responder that would:

1. Have a list of involved GMail accounts.
2. Connect to GMail and identify unread messages.
3. Auto-Reply to the senders of those unread messages with a custom auto-reply template....

A Library for downloading Mails from a POP3 Server     
Total Hits: 93  |  Today: 0Author: m@u      Rating:  
Read Reviews | Write Review |  Your Rating: 

For the project I'm working on, I needed a library that could download emails from a POP-server, extract the attachments, and do some tasks depending on the sender. I decided to do it in two steps. The first step involves downloading of the emails and wrapping them in an object that returns the data you need. The second step would be a service that takes the POP-mail-objects and performs tasks with them depending on a rule defined by me. This article is about the first part, downloading and wrap...

send mail using SMTP C#     
Total Hits: 48  |  Today: 0Author: wilsinky      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explain you how to use SMTP Server to Send Mail in C#. First we have to create namespace is called MailMessage and an object for this mail message class....

Quick and simple way to send an email.     
Total Hits: 35  |  Today: 0Author: Md. Marufuzzaman      Rating:  
Read Reviews | Write Review |  Your Rating: 

What is actually SMTP stands for? (pronounced as separate letters) Short for Simple Mail Transfer Protocol, a protocol for sending e-mail messages between servers. Most e-mail systems that send mail over the Internet use SMTP to send messages from one server to another; the messages can then be retrieved with an e-mail client using either POP or IMAP. In addition, SMTP is generally used to send messages from a mail client to a mail server. This is why you need to specify both the POP or IMAP se...

How to send mails from your GMAIL account through VB.NET or C#.. Windows Programming, with a bit of customization     
Total Hits: 298  |  Today: 1Author: Abhishek sur      Rating:  
Read Reviews | Write Review |  Your Rating: 

It is a good way to use your google mail client to send mails through your Windows Programs, Usually most of us who dont have their mailing hosts with them, can use this simple code to make a program that could send mails to any smtp web hosts. I have made one and I want to share those with all of you. Please comment me how this could be made more attractive. Thanks a lot....


1  2  3  4  5  6  7  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net