POP3
|
Overloaded. Initializes a new instance of the POP3 class. |
InboxSize | The size of the Inbox in bytes. |
IsAPOPSupported | Check if server supports secure authentication. |
LastError | Return last error from server. |
TotalMailCount | Number of emails for the email account. |
UseSSL | Use SSL (Secure Socket Layer) |
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