The methods of the POP3 class are listed below. For a complete list of POP3 class members, see the POP3 Members topic.
Close | Close the POP3 Connection. |
Connect | Connects to POP3 server. |
DeleteMessage | Flags the specified message for deletion, on the server. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMessage | Returns EmailMessage object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Login | Logs user. |
QueryServer | Gets stat information from server. Fills TotalMailCount and InboxSize properties. |
Reset | If any messages have been marked as deleted by the POP3 server, they will be unmarked. |
SecureLogin | Logs user using secure authentication (MD5). |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
POP3 Class | ForAspNet.POP3 Namespace