Skip to main content
Email Password   helpLost your password?

Introduction

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.

POP3 events from the library are passed to the client application by means of delegates:

public delegate void POP3Error(string errorMsg);
public delegate void 
     POP3MsgRetrivalStatus(int MsgNumber,int MsgSize,int MsgRetsize);
public delegate void POP3Complete();
public delegate void POP3MsgComplete(int MsgNumber,string MsgHeader);

The simple interface provided by the library can be used by any GUI application to get the POP3 messages.

public POP3(string UserName,string Password,string Server,bool DelAfterRead) is the constructor, which accepts the username, password, server, and property to delete the message after read.

A sample application to use the library is provided with this article.

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralRecieveCallback errorThe I/O operation has been aborted because of either a thread exit or an application request Pin
ishika_d31
14:03 10 Apr '09  
GeneralThanks! Pin
Adam Crawford
5:57 17 Oct '07  
GeneralWrong reference to an object Pin
AlbinWorld
0:28 5 Jan '06  
GeneralRe: Wrong reference to an object Pin
AlbinWorld
1:11 5 Jan '06  
Generalit Doesnt work Pin
nazli
2:00 7 Mar '05  
GeneralBOKA CHODA .SUAR KA BACHHA,LAVRA. KHANKI, DHAMNA Pin
tappi
18:51 3 Nov '04  
GeneralDon't funca Pin
japasofts
16:00 12 Jun '04  
GeneralCPOP3.cs Line 204 bug... Pin
Corea!
18:01 9 Jun '04  
GeneralRe: CPOP3.cs Line 204 bug... Pin
Adam Crawford
5:52 17 Oct '07  
Generalcan i use this using vb.net? Pin
gleceper
17:21 8 Jun '04  
GeneralPOP3 Attachment, Please help me Pin
tungbui
17:49 14 May '04  
GeneralRe: POP3 Attachment, Please help me Pin
lesnikowski
13:54 6 Nov '05  
GeneralPOP3 Bug Pin
tungbui
18:48 11 May '04  
GeneralDelete after read Pin
agus_ayala
3:03 7 Mar '04  
GeneralAttachment Pin
dinu_3gee
2:09 23 Feb '04  
GeneralPOP3 with SSL??? Pin
xhris
19:18 10 Feb '04  
GeneralRe: POP3 with SSL??? Pin
Anonymous
15:06 22 Feb '05  
GeneralAttachment Pin
Thomas Phan
17:07 30 Nov '03  
GeneralRe: Attachment Pin
Jeffrey Scott Flesher
8:04 31 Dec '03  
GeneralRe: Attachment Pin
loop07
17:34 16 Sep '04  
GeneralRe: Attachment Pin
Jeffrey Scott Flesher
10:07 5 Jul '05  
GeneralPlease Pin
Surya sekhar Bhattacharya
19:04 3 Nov '04  
GeneralRe: Please Pin
Jeffrey Scott Flesher
10:09 5 Jul '05  
GeneralRe: Attachment Pin
tomstrummer
5:05 5 Jul '05  
GeneralRe: Attachment Pin
Jeffrey Scott Flesher
10:15 5 Jul '05  


Last Updated 26 Sep 2003 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009