Class for receiving e-mail. Receives mail messages by using the POP3 protocol. Supports the binary receiving of a mail message, and supports the APOP authentication. Moreover, can use the POP over SSL. (.NET Framework 2.0 or later)
For a list of all members of this type, see AwPop Members.
System.Object
Asterworld.Mail.AwPop
[Visual Basic] Public Class AwPop
[C#]
public class AwPop
Remarks
By using this class, the source code for implementing a function to receive e-mail by using POP becomes very easy.
The source code of this class is offered together with the following software.